~ubuntu-branches/ubuntu/intrepid/muse/intrepid

« back to all changes in this revision

Viewing changes to globals.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2002-04-23 17:28:23 UTC
  • Revision ID: james.westby@ubuntu.com-20020423172823-gyxa3yivcs3zh5fa
Tags: 0.5.2-1.2
* NMU.
* widgets/Makefile.in, widgets/Makefile.am: Remove broken rules to
  build files that aren't used anyway. Closes: #143985
* debian/control: More tiny formatting tweaks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
bool hIsB = true;             // call note h "b"
32
32
 
33
 
const char sharpTab[14][7] = {
 
33
const signed char sharpTab[14][7] = {
34
34
      { 0, 3, -1, 2, 5, 1, 4 },
35
35
      { 0, 3, -1, 2, 5, 1, 4 },
36
36
      { 0, 3, -1, 2, 5, 1, 4 },
46
46
      { 6, 2,  5, 1, 4, 0, 3 },
47
47
      { 0, 3, -1, 2, 5, 1, 4 },
48
48
      };
49
 
const char flatTab[14][7]  = {
 
49
const signed char flatTab[14][7]  = {
50
50
      { 4, 1, 5, 2, 6, 3, 7 },
51
51
      { 4, 1, 5, 2, 6, 3, 7 },
52
52
      { 4, 1, 5, 2, 6, 3, 7 },