lilypond-1.5.5
[lilypond.git] / init / script.ly
blob7c96a451223db020308c203e4c5cb36b0ba441db
2 % name = \script {
3 % indexstring follow_into_staff same_dir_as_stem above_below_staff symbol_can_beinverted priority }
6 thumb = \script { "thumb" 0 0 1 0 0 }
7 accent = \script { "sforzato" 0 -1 0 0 0 }
8 marcato = \script { "marcato" 0 -1 0 1 0 }
9 staccatissimo = \script { "staccatissimo" 0 -1 0 1 0 }
10 portato= \script { "portato" 0 -1 0 1 0 }
11 fermata = \script { "fermata" 0 1 0 1 0 }
12 stopped = \script { "stopped" 0 0 1 0 0 }
13 staccato = \script { "staccato" 1 -1 0 0 0 }
14 tenuto = \script {"tenuto" 1 -1 0 0 0 }
15 upbow = \script { "upbow" 0 0 1 0 0 }
16 downbow = \script { "downbow" 0 0 1 0 0 }
17 lheel = \script { "upedalheel" 0 0 -1 0 0 }
18 rheel = \script { "dpedalheel" 0 0 1 0 0 }
19 ltoe = \script { "upedaltoe" 0 0 -1 0 0 }
20 rtoe = \script { "dpedaltoe" 0 0 1 0 0 }
21 turn = \script { "turn" 0 0 1 0 0 }
22 open = \script { "open" 0 0 1 0 0 }
23 flageolet = \script { "flageolet" 0 0 1 0 0 }
24 reverseturn = \script { "reverseturn" 0 0 1 0 0 }
27 % could we do without this bloat?
29 lbheel = \script { "bheel" 0 0 -1 0 0 }
30 rbheel = \script { "bheel" 0 0 1 0 0 }
31 lbtoe = \script { "btoe" 0 0 -1 0 0 }
32 rbtoe = \script { "btoe" 0 0 1 0 0 }
33 lfheel = \script { "fheel" 0 0 -1 0 0 }
34 rfheel = \script { "fheel" 0 0 1 0 0 }
35 lftoe = \script { "ftoe" 0 0 -1 0 0 }
36 rftoe = \script { "ftoe" 0 0 1 0 0 }
39 % left toe: right heel:
41 % u -
42 % - u
43 % ---|-----|-- --|x----|x--
44 % ---|-----|-- --|-----|---
45 % --x|----x|-- --|-----|---
46 % ^ -
47 % - ^
48 % back front back front
51 % heu, me thought for a moment that order in table_xxx.ly was
52 % being translated into priority...
53 back = \script { "back" 0 -1 -1 0 0 }
54 front = \script { "front" 0 -1 1 0 0 }
56 trill =\script { "trill" 0 0 1 0
57 2000 % be above text.
60 prall =\script { "prall" 0 0 1 0 0 }
61 mordent =\script { "mordent" 0 0 1 0 0 }
62 prallprall =\script { "prallprall" 0 0 1 0 0 }
63 prallmordent =\script { "prallmordent" 0 0 1 0 0 }
64 upprall =\script { "upprall" 0 0 1 0 0 }
65 downprall =\script { "downprall" 0 0 1 0 0 }