]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/script.ly
patch::: 1.3.9.hwn2
[lilypond.git] / ly / script.ly
index c96f3e588a74f29e015f6e28fa33abcefd5ad61c..d6c35d9c554b3f6edb4f6da7794d71b1663a7e0c 100644 (file)
@@ -1,5 +1,6 @@
 
-\scmfile "script.scm";
+
+#(eval-string (ly-gulp-file "script.scm"))
 
 "dash-hat" = "marcato"
 "dash-plus" = "stopped"
@@ -14,7 +15,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 +44,5 @@ prallprall = \script "prallprall"
 prallmordent = \script "prallmordent"
 upprall = \script "upprall"
 downprall = \script "downprall"
+segno = \script "segno"
+coda = \script "coda"