X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=f2100ed8c91a1123395bae8b0bb9e7d0e4b28db7;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=8835cb628883e05404e128f3fa45d500e7d4a878;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly index 8835cb6288..f2100ed8c9 100644 --- a/input/regression/spacing-clef-first-note.ly +++ b/input/regression/spacing-clef-first-note.ly @@ -1,24 +1,29 @@ -\version "1.5.68" +\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 {\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 { linewidth = -1. -\translator { \StaffContext - TimeSignature = \turnOff - } + } - }} + + + +<< + \new Staff { + c'2 + \clef bass e16 f a + \clef treble b + } + \new Staff { + c'4 c'4 c'4 + } +>>