lilypond-0.1.18
[lilypond.git] / init / script.ly
blob9f37993065cb8df2811dcb772bf67ac767f48262
2 % name = \script {
3 % indexstring follow_into_staff same_dir_as_stem above_below_staff symbol_can_beinverted priority }
6 accent = \script { "sforzato" 0 -1 0 0 0 }
7 marcato = \script { "marcato" 0 -1 0 1 0 }
8 staccatissimo = \script { "staccatissimo" 0 -1 0 1 0 }
9 portato= \script { "portato" 0 -1 0 1 0 }
10 fermata = \script { "fermata" 0 1 0 1 0 }
11 stopped = \script { "stopped" 0 0 1 0 0 }
12 staccato = \script { "staccato" 1 -1 0 0 0 }
13 tenuto = \script {"tenuto" 0 -1 0 0 0 }
14 upbow = \script { "upbow" 0 0 1 0 0 }
15 downbow = \script { "downbow" 0 0 1 0 0 }
16 lheel = \script { "heel" 0 0 -1 0 0 }
17 rheel = \script { "heel" 0 0 1 0 0 }
18 ltoe = \script { "toe" 0 0 -1 0 0 }
19 rtoe = \script { "toe" 0 0 1 0 0 }
20 lbheel = \script { "bheel" 0 0 -1 0 0 }
21 rbheel = \script { "bheel" 0 0 1 0 0 }
22 lbtoe = \script { "btoe" 0 0 -1 0 0 }
23 rbtoe = \script { "btoe" 0 0 1 0 0 }
24 lfheel = \script { "fheel" 0 0 -1 0 0 }
25 rfheel = \script { "fheel" 0 0 1 0 0 }
26 lftoe = \script { "ftoe" 0 0 -1 0 0 }
27 rftoe = \script { "ftoe" 0 0 1 0 0 }
28 turn = \script { "turn" 0 0 1 0 0 }
31 % left toe: right heel:
33 % u -
34 % - u
35 % ---|-----|-- --|x----|x--
36 % ---|-----|-- --|-----|---
37 % --x|----x|-- --|-----|---
38 % ^ -
39 % - ^
40 % back front back front
43 % heu, me thought for a moment that order in table_xxx.ly was
44 % being translated into priority...
45 back = \script { "back" 0 -1 -1 0 0 }
46 front = \script { "front" 0 -1 1 0 0 }