X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscript-collision.ly;h=bde9783afbf068aa9316a6647d88e9489889f7ca;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=8149ba0d8f6e0caa9af94419629bf6908f3959b5;hpb=be9d398d705ecf2308e10864e37c6f1315c78ec9;p=lilypond.git diff --git a/input/regression/script-collision.ly b/input/regression/script-collision.ly index 8149ba0d8f..bde9783afb 100644 --- a/input/regression/script-collision.ly +++ b/input/regression/script-collision.ly @@ -1,17 +1,20 @@ -\version "1.5.68" +\version "2.19.21" \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'' { - c4 - - < \context Voice = VA { \voiceOne c4^^ } - \context Voice = VB { \voiceTwo d4_^} > - } -\paper { linewidth = -1. } - } +\layout { ragged-right = ##t} + + +\relative { + c''4 + \marcato + << { c4^^ }\\ + { d4_^ } >> +} + + +