From 1e776a2887a9c3aba50483ccac47f9315f0dc642 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:46:15 +0000 Subject: [PATCH] lilypond-0.0.70pre --- init/script.ini | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/init/script.ini b/init/script.ini index eb4633b7d1..52395bf7ae 100644 --- a/init/script.ini +++ b/init/script.ini @@ -1,30 +1,30 @@ % name = \script { -% indexstring follow_into_staff same_dir_as_stem above_below_staff symbol_can_beinverted } +% indexstring follow_into_staff same_dir_as_stem above_below_staff symbol_can_beinverted priority } % -accent = \script { "sforzato" 0 -1 0 0 } -marcato = \script { "marcato" 0 -1 0 1 } -staccatissimo = \script { "staccatissimo" 0 -1 0 1 } -portato= \script { "portato" 0 -1 0 1 } -fermata = \script { "fermata" 0 1 0 1 } -stopped = \script { "stopped" 0 0 1 0 } -staccato = \script { "staccato" 1 -1 0 0 } -tenuto = \script {"tenuto" 0 -1 0 0 } -upbow = \script { "upbow" 0 0 1 0 } -downbow = \script { "downbow" 0 0 1 0 } -lheel = \script { "heel" 0 0 -1 0 } -rheel = \script { "heel" 0 0 1 0 } -ltoe = \script { "toe" 0 0 -1 0 } -rtoe = \script { "toe" 0 0 1 0 } -lbheel = \script { "bheel" 0 0 -1 0 } -rbheel = \script { "bheel" 0 0 1 0 } -lbtoe = \script { "btoe" 0 0 -1 0 } -rbtoe = \script { "btoe" 0 0 1 0 } -lfheel = \script { "fheel" 0 0 -1 0 } -rfheel = \script { "fheel" 0 0 1 0 } -lftoe = \script { "ftoe" 0 0 -1 0 } -rftoe = \script { "ftoe" 0 0 1 0 } +accent = \script { "sforzato" 0 -1 0 0 0 } +marcato = \script { "marcato" 0 -1 0 1 0 } +staccatissimo = \script { "staccatissimo" 0 -1 0 1 0 } +portato= \script { "portato" 0 -1 0 1 0 } +fermata = \script { "fermata" 0 1 0 1 0 } +stopped = \script { "stopped" 0 0 1 0 0 } +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 } +lbheel = \script { "bheel" 0 0 -1 0 0 } +rbheel = \script { "bheel" 0 0 1 0 0 } +lbtoe = \script { "btoe" 0 0 -1 0 0 } +rbtoe = \script { "btoe" 0 0 1 0 0 } +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 } % % left toe: right heel: % @@ -40,5 +40,5 @@ rftoe = \script { "ftoe" 0 0 1 0 } % % heu, me thought for a moment that order in table_xxx.ini was % being translated into priority... -back = \script { "back" 0 -1 -1 0 } -front = \script { "front" 0 -1 1 0 } +back = \script { "back" 0 -1 -1 0 0 } +front = \script { "front" 0 -1 1 0 0 } -- 2.39.5