]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.66
authorfred <fred>
Sun, 24 Mar 2002 19:44:46 +0000 (19:44 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:44:46 +0000 (19:44 +0000)
flower/.version
flower/NEWS
flower/include/varray.hh
init/table_sixteen.ini
tex/dimen.tex

index 1234aa46c797fba720c835d2a77c671da9ce0328..e275cb9db01289e92108214ffd7953f7611f9dea 100644 (file)
@@ -1,6 +1,6 @@
 MAJOR_VERSION = 1
 MINOR_VERSION = 1
-PATCH_LEVEL = 18
+PATCH_LEVEL = 19
 # use to send patches, always empty for released version:
 MY_PATCH_LEVEL = # include separator: "-1" or ".a"
 #
index 23867797db55d4e4a73bf9b3c5611c7621cc354f..050b1356d8ca0e8ca9be8b62ffa7969be41054fb 100644 (file)
@@ -1,4 +1,6 @@
 version 1.1:
+pl 19
+       - Array::reverse()
 
 pl 18
        - Path::find("/usr/..") fix
index 105d96ac27efa58382fcae315b2a1806ef5c0aaa..5fe5fa39434bc85f17cdee8a833584dd38241e32 100644 (file)
@@ -200,6 +200,11 @@ public:
        arrcpy(r.thearray, thearray  + lower, s);
        return r;
     }
+    void reverse() {
+       int h = size_/2;
+       for (int i =0,j = size_-1; i < h; i++,j--)
+           swap(i,j);
+    }
 };
 
 #endif
index 18cc2b5680ed02bb10ad49c7b5728b816968b71c..abcdeab3efe495133fee7906069897139ad232bd 100644 (file)
@@ -84,11 +84,11 @@ table_sixteen=
             "half"     "\hslurchar%{%}"
      }
      "accidentals" = \table {
-            "-2"       "\flatflat"     0\pt    10.2\pt -2.5\pt 7.5\pt
-            "-1"       "\flat"         0\pt    6\pt    -2.5\pt 7.5\pt
-            "0"        "\natural"      0\pt    6\pt    -7.5\pt 7.5\pt
-            "1"        "\sharp"                0\pt    6\pt    -7.5\pt 7.5\pt
-            "2"        "\sharpsharp"   0\pt    6\pt    -2.5\pt 7.5\pt
+            "-2"       "\flatflat"     0\pt    8.16\pt -2.5\pt 7.5\pt
+            "-1"       "\flat"         0\pt    4.8\pt  -2.5\pt 7.5\pt
+            "0"        "\natural"      0\pt    4.8\pt  -7.5\pt 7.5\pt
+            "1"        "\sharp"        0\pt    3.6\pt  -7.5\pt 7.5\pt
+            "2"        "\sharpsharp"   0\pt    4.8\pt  -2.5\pt 7.5\pt
      }
 
      "streepjes" = \table {
index 6eae855c6725e91ee81382cb861f194b62591321..35b7e4df4329a2e7ee90792d9eabe6ad06b8f3ab 100644 (file)
@@ -1,3 +1,6 @@
+%
+% A tex file to help determine dims.
+%
 \font\musicfont=musixsps
 \font\slurfont=xslu16
 \def\thefont{\musicfont}