]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/script-chart.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / included / script-chart.ly
index 671e9e4a2d5defe6b4d480a85c88ec88bc5a10fa..e03bb4abc919e376d738a0e7bbf293070077a97c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.22"
 
 \header {
   texidoc ="@cindex Feta scripts
@@ -50,10 +50,10 @@ This chart shows all articulations, or scripts, that the feta font contains.
     '("upbow"
       "downbow"
       "flageolet"
-      "thumb"
       "snappizzicato"
       "open"
       "halfopen"
+      "halfopenvertical"
       "stopped"
       "lheel"
       "rheel"
@@ -99,7 +99,7 @@ This chart shows all articulations, or scripts, that the feta font contains.
        (list (make-music
                'NoteEvent
                'duration
-               (ly:make-duration 2 0 1 1)
+               (ly:make-duration 2 0 1/1)
                'pitch
                (ly:make-pitch 0 0 0))
              (make-music
@@ -130,7 +130,7 @@ This chart shows all articulations, or scripts, that the feta font contains.
       (list (make-music
               'LyricEvent
               'duration
-              (ly:make-duration 2 0 1 1)
+              (ly:make-duration 2 0 1/1)
               'text
               script))))
 
@@ -170,7 +170,7 @@ This chart shows all articulations, or scripts, that the feta font contains.
   \context {
     \RhythmicStaff
     \remove "Time_signature_engraver"
-    \override BarLine.transparent = ##t
+    \hide BarLine
     \override Stem.direction = #down
   }
   \context {
@@ -186,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))