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