X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=8986eac7e74f3347df440e99441769ef3d37f5ad;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=e5e9c75a644833d456abb08dd0a1b2ec2214c92e;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly index e5e9c75a64..8986eac7e7 100644 --- a/input/regression/spacing-clef-first-note.ly +++ b/input/regression/spacing-clef-first-note.ly @@ -1,25 +1,29 @@ -\version "2.1.22" +\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 { - << \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 + } +>>