From: fred Date: Sun, 24 Mar 2002 20:00:05 +0000 (+0000) Subject: lilypond-0.1.22 X-Git-Tag: release/1.5.59~3747 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6f05828d9c8f8f4db918237cc4c2c34c80112821;p=lilypond.git lilypond-0.1.22 --- diff --git a/init/script.ly b/init/script.ly index 508e43223f..a96f2adf76 100644 --- a/init/script.ly +++ b/init/script.ly @@ -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 } diff --git a/mf/feta-generic.mf b/mf/feta-generic.mf index 7fa8ffd6b7..47c8223f98 100644 --- a/mf/feta-generic.mf +++ b/mf/feta-generic.mf @@ -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