]> 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 5bf05a87ebc9a881d11c131d03c61599272bc4de..7ed10a91c5271595c7ebf9053ad803eff7bc6616 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\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))))
 
@@ -164,23 +163,23 @@ This chart shows all articulations, or scripts, that the feta font contains.
     \Score
     timing = ##f
     barAlways = ##t
-    \override NonMusicalPaperColumn #'padding = #2.5
-    \override PaperColumn #'keep-inside-line = ##t
+    \override NonMusicalPaperColumn.padding = #2.5
+    \override PaperColumn.keep-inside-line = ##t
   }
   \context {
     \RhythmicStaff
     \remove "Time_signature_engraver"
-    \override BarLine #'transparent = ##t
-    \override Stem #'direction = #down
+    \hide BarLine
+    \override Stem.direction = #down
   }
   \context {
     \Lyrics
-    \override LyricText #'font-family = #'typewriter
-    \override LyricText #'font-shape = #'upright
+    \override LyricText.font-family = #'typewriter
+    \override LyricText.font-shape = #'upright
   }
   \context {
     \VaticanaVoice
-    \override Script #'padding = #0
+    \override Script.padding = #0
   }
 }