X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Farpeggio-collision.ly;h=a5c9d6d17e7682477f5f61d0983464bbd3154b61;hb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;hp=ecf776a67ec9209812435f0eeb763d62b8eea6ea;hpb=92d6547c55c4b085948e0571da9fbc7eef7beacd;p=lilypond.git diff --git a/input/regression/arpeggio-collision.ly b/input/regression/arpeggio-collision.ly index ecf776a67e..a5c9d6d17e 100644 --- a/input/regression/arpeggio-collision.ly +++ b/input/regression/arpeggio-collision.ly @@ -1,49 +1,22 @@ -\version "1.7.6" +\version "2.3.22" \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." } -hairyChord = \context Staff \notes\relative c' < - \context Voice=one { - \property Voice.Stem \override #'direction = #1 - \property Voice.NoteColumn \override #'horizontal-shift = #0 - e4-\arpeggio - } - - \context Voice=two { - \property Voice.Stem \override #'direction = #1 - \property Voice.NoteColumn \override #'horizontal-shift = #1 - cis-\arpeggio - } - - \context Voice=three { - \property Voice.Stem \override #'direction = #1 - \property Voice.NoteColumn \override #'horizontal-shift = #2 - ais-\arpeggio - } - - \context Voice=four { - \property Voice.Stem \override #'direction = #-1 - \property Voice.NoteColumn \override #'horizontal-shift = #-1 - fis-\arpeggio - } -> - - \score{ - \notes \transpose c c' { - \context Voice < fis''-\arpeggio g d a > - \context Voice < fis,-\arpeggio g d a > - \context Voice < fis''-\arpeggio g d a > - \hairyChord + \transpose c c' { + \arpeggio + \arpeggio + \arpeggio } - \paper { - linewidth = -1. - \translator{ - \StaffContext + \layout { + raggedright = ##t + \context{ + \Staff connectArpeggios = ##t } } } + +