X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-collision.ly;h=65634ffcc846b8e1576b1dfb677c5be939ff6645;hb=2734734ab89b8b4ce1aa2a0afca41a624b0fd2da;hp=c5709402ed32023a0c657777d37d6a34703fc3d2;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/script-collision.ly b/input/regression/script-collision.ly index c5709402ed..65634ffcc8 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.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 { -\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_^ } >> +} + +