X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-collision.ly;h=e73e03b7330ac1727d61761f51a8a166a007ad52;hb=5dddfa650f757c775b5ce062183d2061af4ae8d0;hp=7fa6fc0757a64c3cd414ab1596bf0bab1da4f8d2;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/script-collision.ly b/input/regression/script-collision.ly index 7fa6fc0757..e73e03b733 100644 --- a/input/regression/script-collision.ly +++ b/input/regression/script-collision.ly @@ -1,19 +1,20 @@ -#(ly:set-option 'old-relative) -\version "1.9.2" +\version "2.10.0" \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 { -\notes \relative c'' { +\layout { ragged-right = ##t} + + +\relative c'' { c4 - <>\marcato - < { c4^^ }\\ - { d4_^ } > - } -\paper { raggedright = ##t} - } + \marcato + << { c4^^ }\\ + { d4_^ } >> +} + +