X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=c53316be8a5cc0ba8b57fe37f62416f7ccebe887;hb=ca2de5fb00b832f2875583734af4a74c70e192f6;hp=8b58bd857fdc233168dc232b9bfeb32a57be7409;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly index 8b58bd857f..c53316be8a 100644 --- a/input/regression/spacing-clef-first-note.ly +++ b/input/regression/spacing-clef-first-note.ly @@ -1,25 +1,29 @@ -\version "1.9.2" +\version "2.10.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 {\notes { - < \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 -\translator { \StaffContext - TimeSignature = \turnOff - } + } - }} + + +<< + \new Staff { + c'2 + \clef bass e16 f a + \clef treble b + } + \new Staff { + c'4 c'4 c'4 + } +>>