X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=c53316be8a5cc0ba8b57fe37f62416f7ccebe887;hb=9e7b53f94e1e3bd7b3f7a14ba11a6cae6c8e9a73;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..c53316be8a 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.10.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 - } - } - -