]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/script.ly
release: 1.3.147
[lilypond.git] / ly / script.ly
index c96f3e588a74f29e015f6e28fa33abcefd5ad61c..b0fcedd3dc6c0cacd41839494cfbfd2371e31fde 100644 (file)
@@ -1,12 +1,12 @@
+\version "1.3.146"
 
-\scmfile "script.scm";
 
-"dash-hat" = "marcato"
-"dash-plus" = "stopped"
-"dash-dash" = "tenuto"
-"dash-bar" = "staccatissimo"
-"dash-larger" = "accent"
-"dash-dot" = "staccato"
+dashHat= "marcato"
+dashPlus= "stopped"
+dashDash= "tenuto"
+dashBar= "staccatissimo"
+dashLarger= "accent"
+dashDot= "staccato"
 
 
 thumb = \script "thumb"
@@ -14,7 +14,12 @@ accent = \script "accent"
 marcato = \script "marcato"
 staccatissimo = \script "staccatissimo"
 
-% portato is indicated by slurred & dotted notes. Not really supported. 
+% 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"
@@ -38,3 +43,5 @@ prallprall = \script "prallprall"
 prallmordent = \script "prallmordent"
 upprall = \script "upprall"
 downprall = \script "downprall"
+segno = \script "segno"
+coda = \script "coda"