X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=f2100ed8c91a1123395bae8b0bb9e7d0e4b28db7;hb=6316d6cdcc9ca46c2b72ecb5ff8cce92b5f38305;hp=71928b6184a5abb0d48113b60bb7fbc59cc0c489;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly index 71928b6184..f2100ed8c9 100644 --- a/input/regression/spacing-clef-first-note.ly +++ b/input/regression/spacing-clef-first-note.ly @@ -1,25 +1,29 @@ -\version "2.3.16" +\version "2.16.0" \header { - texidoc = "Clef changes at the start of a line get much more space + texidoc = "Clef changes at the start of a line get much more space than clef changes halfway the line." } -\score { { - << \new Staff { - c'2 - \clef bass e16 f a - \clef treble b - } - \new Staff { - c'4 c'4 c'4 - }>> + \layout { + ragged-right = ##t + \context { + \Staff + \remove "Time_signature_engraver" } - \paper { raggedright = ##t -\context { \Staff - TimeSignature = \turnOff - } + } - }} + + +<< + \new Staff { + c'2 + \clef bass e16 f a + \clef treble b + } + \new Staff { + c'4 c'4 c'4 + } +>>