X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-2.ly;h=bb8a8ede3783b3698cf9465c0277e708d2326c31;hb=0afe76f729e557b06c8bdacabd3eb3ba8b9247df;hp=63d0b872cbb9078f5612e9e466fecde567851f9f;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/collision-2.ly b/input/regression/collision-2.ly index 63d0b872cb..bb8a8ede37 100644 --- a/input/regression/collision-2.ly +++ b/input/regression/collision-2.ly @@ -1,17 +1,14 @@ -\version "2.1.26" +\version "2.10.0" \header { texidoc = "Single head notes may collide. " } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\score { - \notes - \context Staff \notes \transpose c c' << - { c4 d e f g2 g4 a | } \\ - { g4 f e g g2 g2 } - >> -} +\context Staff \transpose c c' << + { c4 d e f g2 g4 a | } \\ + { g4 f e g g2 g2 } +>>