X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-collision.ly;h=f93f3ea9cb342d626852ec331e3b8c735ad6913f;hb=01f24004c5a9984eaa6c644881505349e49b3a4a;hp=fda8fc2fbba3fbb6c69f457bcd7802a55d3b2d36;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/script-collision.ly b/input/regression/script-collision.ly index fda8fc2fbb..f93f3ea9cb 100644 --- a/input/regression/script-collision.ly +++ b/input/regression/script-collision.ly @@ -1,18 +1,20 @@ -\version "1.7.16" +\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 { -\notes \relative c'' { +\layout { ragged-right = ##t} + + +\relative c'' { c4 - <>-\marcato - < \context Voice = VA { \voiceOne c4^^ } - \context Voice = VB { \voiceTwo d4_^} > - } -\paper { raggedright = ##t} - } -%% new-chords-done %% + \marcato + << { c4^^ }\\ + { d4_^ } >> +} + + +