]> git.donarmstrong.com Git - lilypond.git/blob - ly/script.ly
2ebe362fc51f22ad198e58c35eede2372ff9f96e
[lilypond.git] / ly / script.ly
1
2
3 #(eval-string (ly-gulp-file "script.scm"))
4
5 #default-script-alist
6
7 "dash-hat" = "marcato"
8 "dash-plus" = "stopped"
9 "dash-dash" = "tenuto"
10 "dash-bar" = "staccatissimo"
11 "dash-larger" = "accent"
12 "dash-dot" = "staccato"
13
14
15 thumb = \script "thumb"
16 accent = \script "accent"
17 marcato = \script "marcato"
18 staccatissimo = \script "staccatissimo"
19
20 % portato is indicated
21 % either by
22 %   *  slurred & dotted notes. 
23 %or by
24 %  * slur and dash notes.
25 % Neither are  really supported, but c4-.-- should work.
26 % portato = \script "portato"
27
28 fermata = \script "fermata"
29 stopped = \script "stopped"
30 staccato = \script "staccato"
31 tenuto = \script "tenuto"
32 upbow = \script "upbow"
33 downbow = \script "downbow"
34 lheel = \script "lheel"
35 rheel = \script "rheel"
36 ltoe = \script "ltoe"
37 rtoe = \script "rtoe"
38 turn = \script "turn"
39 open = \script "open"
40 flageolet = \script "flageolet"
41 reverseturn = \script "reverseturn"
42 trill = \script "trill"
43 prall = \script "prall"
44 mordent = \script "mordent"
45 prallprall = \script "prallprall"
46 prallmordent = \script "prallmordent"
47 upprall = \script "upprall"
48 downprall = \script "downprall"
49 segno = \script "segno"
50 coda = \script "coda"