X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-mesh.ly;h=5d78498388efe7fd0d450f92c090a3f498e63cf9;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=424c615a23ecb9f37ca60728beb8e8c480d1fd76;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/collision-mesh.ly b/input/regression/collision-mesh.ly index 424c615a23..5d78498388 100644 --- a/input/regression/collision-mesh.ly +++ b/input/regression/collision-mesh.ly @@ -1,35 +1,32 @@ -\version "2.1.22" +\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. + } + >> } -