]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/script-chart.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / included / script-chart.ly
index 5bf05a87ebc9a881d11c131d03c61599272bc4de..671e9e4a2d5defe6b4d480a85c88ec88bc5a10fa 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc ="@cindex Feta scripts
@@ -164,23 +164,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
+    \override BarLine.transparent = ##t
+    \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
   }
 }