X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-collision.ly;h=32e7d211c5cd8a83fcb95cfeae84c3a7fecaca86;hb=ca313ffb0f6a3fe1dd5bcacfcabe2edd7a50697e;hp=c5709402ed32023a0c657777d37d6a34703fc3d2;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/script-collision.ly b/input/regression/script-collision.ly index c5709402ed..32e7d211c5 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.0" +\version "2.16.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 - < \context Voice = VA { \voiceOne c4^^ } - \context Voice = VB { \voiceTwo d4_^} > - } -\paper { raggedright = ##t} - } + \marcato + << { c4^^ }\\ + { d4_^ } >> +} + +