X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-mesh.ly;h=7c9a1eee65f77a56e10a2735f8d1b473932b8ae1;hb=169a91c8514e3dcea29d1aa01653a684fb60457d;hp=571183ebc52cf55dd1bf39c41bd0c6c593667b6d;hpb=19125bf158fe23501e40eef6da3bbf876c664f2a;p=lilypond.git diff --git a/input/regression/collision-mesh.ly b/input/regression/collision-mesh.ly index 571183ebc5..7c9a1eee65 100644 --- a/input/regression/collision-mesh.ly +++ b/input/regression/collision-mesh.ly @@ -1,31 +1,31 @@ +\version "2.10.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'' { - \time 3/4 - % Here's what I was trying to do: - < \context Voice = VI {\stemDown - - - - d'4 - d'4. - } - - \context Voice=VII {\stemUp - d'4 - d'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. + } + >> +}