X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-mesh.ly;h=5d78498388efe7fd0d450f92c090a3f498e63cf9;hb=dc8ac6bd295ba39fbd94165f719c937201abca2b;hp=2f77561768694c375a7baa46766098b855e92a3a;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/collision-mesh.ly b/input/regression/collision-mesh.ly index 2f77561768..5d78498388 100644 --- a/input/regression/collision-mesh.ly +++ b/input/regression/collision-mesh.ly @@ -1,35 +1,32 @@ -\version "2.1.36" +\version "2.16.0" \header { -texidoc = "Oppositely stemmed chords, meshing into each other, + texidoc = "Oppositely stemmed chords, meshing into each other, are resolved." } - \paper { raggedright= ##t } - - -\score { - \context Staff \notes \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. - } - >> - - } +\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. + } + >> } -