X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-collision.ly;h=f93f3ea9cb342d626852ec331e3b8c735ad6913f;hb=2941f9718947990dc9c2eefa1f842d54766c0561;hp=cd88fa6df121b214ba9330067cdad6ba39b4daf4;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/script-collision.ly b/input/regression/script-collision.ly index cd88fa6df1..f93f3ea9cb 100644 --- a/input/regression/script-collision.ly +++ b/input/regression/script-collision.ly @@ -1,18 +1,20 @@ -\version "2.3.22" +\version "2.14.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 { - \relative c'' { +\layout { ragged-right = ##t} + + +\relative c'' { c4 \marcato << { c4^^ }\\ - { d4_^ } >> - } -\layout { raggedright = ##t} - } + { d4_^ } >> +} + +