]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/script.ly
patch::: 1.2.0.jcn2
[lilypond.git] / ly / script.ly
index 3ff6986bd862680992714cd9706c9ee3d47f7f5c..38f89853d243975e4f7e23f06cfc9e5bef20d61b 100644 (file)
@@ -13,7 +13,15 @@ thumb = \script "thumb"
 accent = \script "accent"
 marcato = \script "marcato"
 staccatissimo = \script "staccatissimo"
-portato = \script "portato"
+
+% portato is indicated
+% either by
+%   *  slurred & dotted notes. 
+%or by
+%  * slur and dash notes.
+% Neither are  really supported, but c4-.-- should work.
+% portato = \script "portato"
+
 fermata = \script "fermata"
 stopped = \script "stopped"
 staccato = \script "staccato"
@@ -35,3 +43,5 @@ prallprall = \script "prallprall"
 prallmordent = \script "prallmordent"
 upprall = \script "upprall"
 downprall = \script "downprall"
+segno = \script "segno"
+coda = \script "coda"
\ No newline at end of file