X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fskyline-horizontal-padding.ly;h=a7c0131c84a8c4fcbd450fcba2aebd1615d6b8dc;hb=d63542eb6004a896c23d912419a2468d662aba28;hp=4862ab71dd8d9ca83e2e0647e2c08905d4345581;hpb=e48715dc917b0e1c8382dc47e2b5e193d3184000;p=lilypond.git diff --git a/input/regression/skyline-horizontal-padding.ly b/input/regression/skyline-horizontal-padding.ly index 4862ab71dd..a7c0131c84 100644 --- a/input/regression/skyline-horizontal-padding.ly +++ b/input/regression/skyline-horizontal-padding.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.30" \header { texidoc = " @@ -12,7 +12,7 @@ interleaved with the high notes from the next system. \book { \score { { - \override Staff.TimeSignature #'stencil = ##f + \omit Staff.TimeSignature \repeat unfold 3 { c' c' \break} } \layout { @@ -20,7 +20,7 @@ interleaved with the high notes from the next system. ragged-right = ##t \context { \Score - \override System #'skyline-horizontal-padding = #1.5 + \override System.skyline-horizontal-padding = #3.0 } } }