]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.18
authorfred <fred>
Sun, 24 Mar 2002 19:58:51 +0000 (19:58 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:58:51 +0000 (19:58 +0000)
init/symbol.ly
init/table20.ly

index 115b6dbb14a697e26eba810a5d3a008632486f10..3efcaa9b0befedc363c5c9a11467e2894a8aa505 100644 (file)
@@ -1,4 +1,6 @@
 % symbol.ly
+%
+% FIXME other name
   
 \version "0.1.6";
   
index c2a8f02bca504f87f98c344ff49dbc7470f70a38..b39f16334abe4541f778ac5fefdffa5b964d2912 100644 (file)
@@ -11,7 +11,6 @@ table_twenty =
 
     % index TeXstring,         xmin xmax ymin ymax
 
-    % not yet updated
     "scripts" = \table {
        "fermata" "\fermata"            0.0\pt 0.0\pt   0.0\pt 6.0\pt
        "-fermata" "\ifermata"          0.0\pt 0.0\pt   -6.0\pt 0.0\pt
@@ -78,8 +77,6 @@ table_twenty =
        "tenor_change"  "\caltoclef"    0.0\pt  16.0\pt 0.0\pt  20.0\pt
     }
 
-    % ugh what's our outdir called?
-    \include "font-en-tja20.ly"
 
     "slur" = \table {
        "whole" "\slurchar%{%}" 0.0\pt  0.0\pt  0.0\pt  0.0\pt
@@ -165,10 +162,12 @@ table_twenty =
        "d7"    "\dhundredtwentyeighthflag"     0.0\pt  5.0\pt  0.0\pt  0.0\pt
      }
 
-    "beamslopes" = \table {
-       "uslope"        "\beamuslope{%}{%}"  2.0\pt 64.0\pt 0.0\pt 0.0\pt
-       "dslope"        "\beamdslope{%}{%}"  2.0\pt 64.0\pt 0.0\pt 0.0\pt
+  "beamslopes" = \table {
+       "slope"         "\beamslope{%}{%}"  2.0\pt 64.0\pt 0.0\pt 0.0\pt        
        "horizontal"    "\rulesym{%}{%}"        
-    }
+     }
+     
+    % ugh what's our outdir called?
+    \include "font-en-tja20.ly"
 }