]> git.donarmstrong.com Git - lilypond.git/blob - init/script.ly
a96f2adf765253576766b25ff479b1454474833f
[lilypond.git] / init / script.ly
1
2 % name = \script {
3 % indexstring follow_into_staff same_dir_as_stem above_below_staff symbol_can_beinverted priority }
4 %
5
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 { "pedalheel" 0 0 -1  0 0 }
17 rheel = \script { "pedalheel" 0 0 1 0 0 }
18 ltoe = \script { "pedaltoe" 0 0 -1 0 0 }
19 rtoe = \script { "pedaltoe" 0 0 1 0 0 }
20 turn = \script { "turn" 0 0 1 0 0 }
21 open = \script { "open" 0 0 1 0 0 }
22
23
24 % could  we do without this bloat?
25 %
26 lbheel = \script { "bheel" 0 0 -1  0 0 }
27 rbheel = \script { "bheel" 0 0 1 0 0 }
28 lbtoe = \script { "btoe" 0 0 -1 0 0 }
29 rbtoe = \script { "btoe" 0 0 1 0 0 }
30 lfheel = \script { "fheel" 0 0 -1  0 0 }
31 rfheel = \script { "fheel" 0 0 1 0 0 }
32 lftoe = \script { "ftoe" 0 0 -1 0 0 }
33 rftoe = \script { "ftoe" 0 0 1 0 0 }
34
35 %
36 % left toe:      right heel:
37 %
38 %                    u     -
39 %                    -     u
40 %  ---|-----|--   --|x----|x--
41 %  ---|-----|--   --|-----|---
42 %  --x|----x|--   --|-----|---
43 %    ^     -                   
44 %    -     ^                   
45 %  back  front     back  front
46 %
47
48 % heu, me thought for a moment that order in table_xxx.ly was
49 % being translated into priority...
50 back = \script { "back" 0 -1 -1  0 0 }
51 front = \script { "front" 0 -1 1 0 0 }
52
53 trill =\script { "trill" 0 0 1 0 0 }