]> git.donarmstrong.com Git - lilypond.git/blob - init/script.ly
2a7cd50bccf961de04b19a881177179440e4ca62
[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" 1 -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 }
24
25
26 % could  we do without this bloat?
27 %
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 }
36
37 %
38 % left toe:      right heel:
39 %
40 %                    u     -
41 %                    -     u
42 %  ---|-----|--   --|x----|x--
43 %  ---|-----|--   --|-----|---
44 %  --x|----x|--   --|-----|---
45 %    ^     -                   
46 %    -     ^                   
47 %  back  front     back  front
48 %
49
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 }
54
55 trill =\script { "trill" 0 0 1 0 
56         2000   % be above text. 
57 }
58
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 }