X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-clef-first-note.ly;h=c283941aa144bd9f359d6e96cec8a94abe3b84df;hb=d9c925ac84c351461d698d337f025c2f4a3d445f;hp=87ec8a4bd02169c8a3349ac65c8fc4f4d2104410;hpb=d3483d5c5122f7d05bb744aa2fa1712f7ab5901a;p=lilypond.git diff --git a/input/regression/spacing-clef-first-note.ly b/input/regression/spacing-clef-first-note.ly index 87ec8a4bd0..c283941aa1 100644 --- a/input/regression/spacing-clef-first-note.ly +++ b/input/regression/spacing-clef-first-note.ly @@ -1,4 +1,4 @@ -\version "1.7.18" +\version "2.3.2" \header { texidoc = "Clef changes at the start of a line get much more space @@ -7,17 +7,17 @@ than clef changes halfway the line." } \score {\notes { - < \context Staff = SA { + << \new Staff { c'2 \clef bass e16 f a \clef treble b } - \context Staff = SB { + \new Staff { c'4 c'4 c'4 - }> + }>> } \paper { raggedright = ##t -\translator { \StaffContext +\context { \Staff TimeSignature = \turnOff }