X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=0024fc0a6a38c15e57ed9267fe7abaed2cd6877d;hb=e378c1bba8d1db2689fe815c449ace57e234ab17;hp=84f8c1a86d1ab9a58b1c77d8b0cb6767751bf2d3;hpb=8083c316e4cdb818e5ca3a00281ea8a4c575e80e;p=lilypond.git diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly index 84f8c1a86d..0024fc0a6a 100644 --- a/input/regression/spacing-clef-first-note.ly +++ b/input/regression/spacing-clef-first-note.ly @@ -1,25 +1,29 @@ -\version "1.7.18" +\version "2.12.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 { - < \context Staff = SA { - c2 - \clef bass e16 f a - \clef treble b - } - \context Staff = SB { - c4 c4 c4 - }> + \layout { + ragged-right = ##t + \context { + \Staff + \remove Time_signature_engraver } - \paper { raggedright = ##t -\translator { \StaffContext - TimeSignature = \turnOff - } + } - }} -%% new-chords-done %% + + + +<< + \new Staff { + c'2 + \clef bass e16 f a + \clef treble b + } + \new Staff { + c'4 c'4 c'4 + } +>>