]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.22
authorfred <fred>
Sun, 24 Mar 2002 20:00:05 +0000 (20:00 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:00:05 +0000 (20:00 +0000)
init/script.ly
mf/feta-generic.mf

index 508e43223f96f88fcb7e21cedee38e5e95ebf875..a96f2adf765253576766b25ff479b1454474833f 100644 (file)
@@ -13,10 +13,16 @@ staccato = \script { "staccato" 1 -1 0 0 0 }
 tenuto = \script {"tenuto" 0 -1 0 0 0 }
 upbow = \script { "upbow" 0 0 1 0 0 }
 downbow = \script { "downbow" 0 0 1 0 0 }
-lheel = \script { "heel" 0 0 -1  0 0 }
-rheel = \script { "heel" 0 0 1 0 0 }
-ltoe = \script { "toe" 0 0 -1 0 0 }
-rtoe = \script { "toe" 0 0 1 0 0 }
+lheel = \script { "pedalheel" 0 0 -1  0 0 }
+rheel = \script { "pedalheel" 0 0 1 0 0 }
+ltoe = \script { "pedaltoe" 0 0 -1 0 0 }
+rtoe = \script { "pedaltoe" 0 0 1 0 0 }
+turn = \script { "turn" 0 0 1 0 0 }
+open = \script { "open" 0 0 1 0 0 }
+
+
+% could  we do without this bloat?
+%
 lbheel = \script { "bheel" 0 0 -1  0 0 }
 rbheel = \script { "bheel" 0 0 1 0 0 }
 lbtoe = \script { "btoe" 0 0 -1 0 0 }
@@ -25,8 +31,6 @@ lfheel = \script { "fheel" 0 0 -1  0 0 }
 rfheel = \script { "fheel" 0 0 1 0 0 }
 lftoe = \script { "ftoe" 0 0 -1 0 0 }
 rftoe = \script { "ftoe" 0 0 1 0 0 }
-turn = \script { "turn" 0 0 1 0 0 }
-open = \script { "open" 0 0 1 0 0 }
 
 %
 % left toe:      right heel:
@@ -45,3 +49,5 @@ open = \script { "open" 0 0 1 0 0 }
 % being translated into priority...
 back = \script { "back" 0 -1 -1  0 0 }
 front = \script { "front" 0 -1 1 0 0 }
+
+trill =\script { "trill" 0 0 1 0 0 }
index 7fa8ffd6b743d0e755996a69a4a972c6aa4c4a45..47c8223f984f0bbd3b3aa6fd97a910eb771992f0 100644 (file)
@@ -1,4 +1,14 @@
 
+
+test:=0;
+
+if test = -1:
+       mode := smoke;
+fi
+
+mode_setup;
+
+
 input feta-macros;
 
 make_pen_stack;
@@ -6,7 +16,7 @@ make_picture_stack;
 input feta-params;
 
 
-test:= 0;
+
 
 if test = 0: 
        input feta-eindelijk;
@@ -16,5 +26,6 @@ if test = 0:
        input feta-schrift;
        input feta-banier;
 else:
-       input foo;
+
+       input feta-schrift;
 fi