X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-mesh.ly;h=e4e7db8d4dcf136d94ab1ac55afaf90b7850e8d4;hb=c95f2748cdc044c16714c59cd138813eeac222ea;hp=25881933f7afc44f58308f4d7ce58943c4ba9ebc;hpb=1539b48e9bd7cd7698e602dc3d3dbe74a6567a49;p=lilypond.git diff --git a/input/regression/collision-mesh.ly b/input/regression/collision-mesh.ly index 25881933f7..e4e7db8d4d 100644 --- a/input/regression/collision-mesh.ly +++ b/input/regression/collision-mesh.ly @@ -1,24 +1,32 @@ +\version "2.14.0" \header { -texidoc = "Oppositely stemmed chords, meshing into each other, + texidoc = "Oppositely stemmed chords, meshing into each other, are resolved." } -\score { - \context Staff \notes \relative c' { - \time 3/4 - % Here's what I was trying to do: - < \context Voice = VI {\stemDown - r4 r4 } - \context Voice=VII {\stemUp d'2.} > - - % Or: - - <\context Voice = VI {\stemUp r r} - \context Voice= VII {\stemDown d'2.} > - } +\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. + } + >> } -