X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=7576ce6f1f7ed9330638757a1dd5e612ebf8154a;hb=17e898abae3983e28021b0988d2fdf88365261f8;hp=695fdf2954db868673d7c2c9400501cf630fd842;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly index 695fdf2954..7576ce6f1f 100644 --- a/input/regression/spacing-clef-first-note.ly +++ b/input/regression/spacing-clef-first-note.ly @@ -1,25 +1,29 @@ -\version "2.2.0" +\version "2.11.51" \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 -\context { \StaffContext - TimeSignature = \turnOff - } + } - }} + + +<< + \new Staff { + c'2 + \clef bass e16 f a + \clef treble b + } + \new Staff { + c'4 c'4 c'4 + } +>>