X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-mesh.ly;h=5d78498388efe7fd0d450f92c090a3f498e63cf9;hb=476687b992c1c0d551b0d425e5ece78c39cfc3ef;hp=5d2d3582689ac2a444aca3a18e844e9658d3330d;hpb=e1ef1410eeca1c9470c186da306e1f87b1b1a600;p=lilypond.git diff --git a/input/regression/collision-mesh.ly b/input/regression/collision-mesh.ly index 5d2d358268..5d78498388 100644 --- a/input/regression/collision-mesh.ly +++ b/input/regression/collision-mesh.ly @@ -1,34 +1,32 @@ -\version "1.7.6" +\version "2.16.0" \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