X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=f2100ed8c91a1123395bae8b0bb9e7d0e4b28db7;hb=e7121831390ef4b0d09c1d509e1ccb0de2ea36a8;hp=468b78624bc4b3c137acdc0ac064f6430d407534;hpb=49428cfe64483bc706da930d4e24d16166d8e79a;p=lilypond.git diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly index 468b78624b..f2100ed8c9 100644 --- a/input/regression/spacing-clef-first-note.ly +++ b/input/regression/spacing-clef-first-note.ly @@ -1,4 +1,4 @@ -\version "2.6.0" +\version "2.16.0" \header { texidoc = "Clef changes at the start of a line get much more space @@ -6,6 +6,16 @@ than clef changes halfway the line." } + \layout { + ragged-right = ##t + \context { + \Staff + \remove "Time_signature_engraver" + } + } + + + << \new Staff { @@ -17,12 +27,3 @@ than clef changes halfway the line." c'4 c'4 c'4 } >> - \layout { - raggedright = ##t - \context { - \Staff - \remove Time_signature_engraver - } - } - -