X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-mesh.ly;h=7025b09f459a3313895ded104f76ea46f6da4fa4;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=66a90954e333282199810aee65be764d88c61f73;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/collision-mesh.ly b/input/regression/collision-mesh.ly index 66a90954e3..7025b09f45 100644 --- a/input/regression/collision-mesh.ly +++ b/input/regression/collision-mesh.ly @@ -1,34 +1,32 @@ -\version "1.7.18" +\version "2.11.51" \header { -texidoc = "Oppositely stemmed chords, meshing into each other, + texidoc = "Oppositely stemmed chords, meshing into each other, are resolved." } -\score { - \context Staff \notes \transpose c c' { - \time 3/4 - % Here's what I was trying to do: - < \context Voice = VI {\stemDown - <>4 - <>4. - <>4 - d'4 - d'4. - } - - \context Voice=VII {\stemUp - d'4 - d'4. - <>4 - <>4 - <>4. - } > +\layout { ragged-right= ##t } - } -} +\context Staff \transpose c c' { + \time 3/4 + %% Here's what I was trying to do: + << + { + d'4 + d'4. + 4 + 4 + 4. + } \\ { + 4 + 4. + 4 + d'4 + d'4. + } + >> +} -%% new-chords-done %% \ No newline at end of file