lilypond-0.1.56
[lilypond.git] / init / script.ly
blobd032f44a8b817357b5168c0be548d9c85cf55ad9
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 { "upedalheel" 0 0 -1 0 0 }
17 rheel = \script { "dpedalheel" 0 0 1 0 0 }
18 ltoe = \script { "upedaltoe" 0 0 -1 0 0 }
19 rtoe = \script { "dpedaltoe" 0 0 1 0 0 }
20 turn = \script { "turn" 0 0 1 0 0 }
21 open = \script { "open" 0 0 1 0 0 }
22 flageolet = \script { "flageolet" 0 0 1 0 0 }
23 reverseturn = \script { "reverseturn" 0 0 1 0 0 }
26 % could we do without this bloat?
28 lbheel = \script { "bheel" 0 0 -1 0 0 }
29 rbheel = \script { "bheel" 0 0 1 0 0 }
30 lbtoe = \script { "btoe" 0 0 -1 0 0 }
31 rbtoe = \script { "btoe" 0 0 1 0 0 }
32 lfheel = \script { "fheel" 0 0 -1 0 0 }
33 rfheel = \script { "fheel" 0 0 1 0 0 }
34 lftoe = \script { "ftoe" 0 0 -1 0 0 }
35 rftoe = \script { "ftoe" 0 0 1 0 0 }
38 % left toe: right heel:
40 % u -
41 % - u
42 % ---|-----|-- --|x----|x--
43 % ---|-----|-- --|-----|---
44 % --x|----x|-- --|-----|---
45 % ^ -
46 % - ^
47 % back front back front
50 % heu, me thought for a moment that order in table_xxx.ly was
51 % being translated into priority...
52 back = \script { "back" 0 -1 -1 0 0 }
53 front = \script { "front" 0 -1 1 0 0 }
55 trill =\script { "trill" 0 0 1 0
56 2000 % be above text.
59 prall =\script { "prall" 0 0 1 0 0 }
60 mordent =\script { "mordent" 0 0 1 0 0 }
61 prallprall =\script { "prallprall" 0 0 1 0 0 }
62 prallmordent =\script { "prallmordent" 0 0 1 0 0 }
63 upprall =\script { "upprall" 0 0 1 0 0 }
64 downprall =\script { "downprall" 0 0 1 0 0 }