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