X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-mesh.ly;h=828af7130296a003f574b9c634d8edf29ac5525d;hb=39dd20959c8b3a143cfe41138a5c62749da54079;hp=571183ebc52cf55dd1bf39c41bd0c6c593667b6d;hpb=19125bf158fe23501e40eef6da3bbf876c664f2a;p=lilypond.git diff --git a/input/regression/collision-mesh.ly b/input/regression/collision-mesh.ly index 571183ebc5..828af71302 100644 --- a/input/regression/collision-mesh.ly +++ b/input/regression/collision-mesh.ly @@ -1,31 +1,31 @@ +\version "2.7.13" \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 { raggedright= ##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. + } + >> +}