X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-2.ly;h=bb8a8ede3783b3698cf9465c0277e708d2326c31;hb=169a91c8514e3dcea29d1aa01653a684fb60457d;hp=85962a05ed735b7371ebd1455b3cbc095f51426b;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/collision-2.ly b/input/regression/collision-2.ly index 85962a05ed..bb8a8ede37 100644 --- a/input/regression/collision-2.ly +++ b/input/regression/collision-2.ly @@ -1,15 +1,14 @@ -\version "1.7.18" +\version "2.10.0" \header { -texidoc = "Collisions for single head notes. " +texidoc = "Single head notes may collide. " } -\score { - \notes +\layout { ragged-right= ##t } + + +\context Staff \transpose c c' << + { c4 d e f g2 g4 a | } \\ + { g4 f e g g2 g2 } +>> - \context Staff \notes \transpose c c' < - { c4 d e f g2 g4 a | } \\ - { g4 f e g g2 g2 } - > -} -%% new-chords-done %%