X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-mesh.ly;h=5d78498388efe7fd0d450f92c090a3f498e63cf9;hb=38ca8905ad17945008b3516be0034a0fa7f4ff24;hp=2aba54b356d18c21d8978ff987b758f44ab4e398;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/collision-mesh.ly b/input/regression/collision-mesh.ly index 2aba54b356..5d78498388 100644 --- a/input/regression/collision-mesh.ly +++ b/input/regression/collision-mesh.ly @@ -1,35 +1,32 @@ -\version "2.2.0" +\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. + } + >> } -