X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=c90c810247727101228387a551a4c566f8853cd2;hb=9a7dfb0f5156e52dd4c4ad158abad29f165220e9;hp=955e46c224beed3f19f5e17fe942e452123663b1;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly index 955e46c224..c90c810247 100644 --- a/input/regression/spacing-clef-first-note.ly +++ b/input/regression/spacing-clef-first-note.ly @@ -1,4 +1,4 @@ -\version "2.1.36" +\version "2.4.0" \header { texidoc = "Clef changes at the start of a line get much more space @@ -6,20 +6,23 @@ than clef changes halfway the line." } -\score {\notes { - << \new Staff { - c'2 - \clef bass e16 f a - \clef treble b +\score { + << + \new Staff { + c'2 + \clef bass e16 f a + \clef treble b + } + \new Staff { + c'4 c'4 c'4 + } + >> + \layout { + raggedright = ##t + \context { + \Staff + \remove Time_signature_engraver } - \new Staff { - c'4 c'4 c'4 - }>> } - \paper { raggedright = ##t -\context { \StaffContext - TimeSignature = \turnOff - } - - }} +}