]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/script-chart.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / included / script-chart.ly
index 7ed10a91c5271595c7ebf9053ad803eff7bc6616..e03bb4abc919e376d738a0e7bbf293070077a97c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.30"
+\version "2.19.22"
 
 \header {
   texidoc ="@cindex Feta scripts
@@ -53,6 +53,7 @@ This chart shows all articulations, or scripts, that the feta font contains.
       "snappizzicato"
       "open"
       "halfopen"
+      "halfopenvertical"
       "stopped"
       "lheel"
       "rheel"
@@ -185,9 +186,9 @@ This chart shows all articulations, or scripts, that the feta font contains.
 
 
 scriptStaff =
-#(define-music-function (parser location scripts) (list?)
+#(define-music-function (scripts) (list?)
    (make-scripts-staff scripts))
 
 scriptStaffAncient =
-#(define-music-function (parser location scripts) (list?)
+#(define-music-function (scripts) (list?)
    (make-scripts-staff-ancient scripts))