X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Farpeggio-collision.ly;h=56ccaafb6b123587a8736442f819ffbacfb4377c;hb=c20fff645e325d392d2588721144f4204d0ef9da;hp=8e335b282a5879a5b42187439549de99fd5e954e;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/arpeggio-collision.ly b/input/regression/arpeggio-collision.ly index 8e335b282a..56ccaafb6b 100644 --- a/input/regression/arpeggio-collision.ly +++ b/input/regression/arpeggio-collision.ly @@ -1,52 +1,20 @@ -#(ly:set-option 'old-relative) -\version "1.9.4" +\version "2.14.0" \header { -texidoc = "Arpeggio stays clear of accidentals and flipped note heads. -Since Arpeggio engraver is Voice, it does nothing for voice collisions." +texidoc = "Arpeggio stays clear of accidentals and flipped note heads." +} +\layout { + ragged-right = ##t + \context{ + \Staff + connectArpeggios = ##t + } } -hairyChord = \context Staff \notes\relative c' << - \new Voice { - \property Voice.Stem \override #'direction = #1 - \property Voice.NoteColumn \override #'horizontal-shift = #0 - e4\arpeggio - } - - \new Voice { - \property Voice.Stem \override #'direction = #1 - \property Voice.NoteColumn \override #'horizontal-shift = #1 - cis\arpeggio - } - - \new Voice { - \property Voice.Stem \override #'direction = #1 - \property Voice.NoteColumn \override #'horizontal-shift = #2 - ais\arpeggio - } - - \new Voice { - \property Voice.Stem \override #'direction = #-1 - \property Voice.NoteColumn \override #'horizontal-shift = #-1 - fis\arpeggio - } ->> -\score{ - \notes \transpose c c' { - < fis'' g d a >\arpeggio - < fis, g d a >\arpeggio - < fis'' g d a >\arpeggio - \hairyChord - } - \paper { - raggedright = ##t - \translator{ - \StaffContext - connectArpeggios = ##t - } - } +\transpose c c' { + \arpeggio + \arpeggio + \arpeggio } - -