X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-collision.ly;h=65634ffcc846b8e1576b1dfb677c5be939ff6645;hb=2734734ab89b8b4ce1aa2a0afca41a624b0fd2da;hp=cd88fa6df121b214ba9330067cdad6ba39b4daf4;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/script-collision.ly b/input/regression/script-collision.ly index cd88fa6df1..65634ffcc8 100644 --- a/input/regression/script-collision.ly +++ b/input/regression/script-collision.ly @@ -1,18 +1,20 @@ -\version "2.3.22" +\version "2.11.51" \header { - texidoc = "Scripts are put on the utmost head, so they are + texidoc = "Scripts are put on the utmost head, so they are positioned correctly when there are collisions." } -\score { - \relative c'' { +\layout { ragged-right = ##t} + + +\relative c'' { c4 \marcato << { c4^^ }\\ - { d4_^ } >> - } -\layout { raggedright = ##t} - } + { d4_^ } >> +} + +