X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fincluded%2Fscript-chart.ly;h=671e9e4a2d5defe6b4d480a85c88ec88bc5a10fa;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=5bf05a87ebc9a881d11c131d03c61599272bc4de;hpb=516cae503bc2b55e95604b0c0f681a6ccddcfab2;p=lilypond.git diff --git a/Documentation/included/script-chart.ly b/Documentation/included/script-chart.ly index 5bf05a87eb..671e9e4a2d 100644 --- a/Documentation/included/script-chart.ly +++ b/Documentation/included/script-chart.ly @@ -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 } }