]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/script-chart.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / Documentation / included / script-chart.ly
index 671e9e4a2d5defe6b4d480a85c88ec88bc5a10fa..7ed10a91c5271595c7ebf9053ad803eff7bc6616 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.17.30"
 
 \header {
   texidoc ="@cindex Feta scripts
@@ -50,7 +50,6 @@ This chart shows all articulations, or scripts, that the feta font contains.
     '("upbow"
       "downbow"
       "flageolet"
-      "thumb"
       "snappizzicato"
       "open"
       "halfopen"
@@ -99,7 +98,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 +129,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 +169,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 {