X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Farpeggio-collision.ly;h=f2d6f515f4f0cc21f18168c402e3555cea0626d5;hb=b04f2f7610334e14263493d0ca9bd1a1ff994ff2;hp=7a8d7f0aeead280ee91a8ffe0069ea78bbdfc4c6;hpb=136a3c6f6c871b2365ca625554a0230980779b21;p=lilypond.git diff --git a/input/regression/arpeggio-collision.ly b/input/regression/arpeggio-collision.ly index 7a8d7f0aee..f2d6f515f4 100644 --- a/input/regression/arpeggio-collision.ly +++ b/input/regression/arpeggio-collision.ly @@ -1,48 +1,20 @@ +\version "2.10.0" -header = { -texidoc = "arpeggio stays clear of accidentals and flipped note heads. -Since Arpeggio engraver is Voice, it does nothing for voice collisions." -}; +\header { +texidoc = "Arpeggio stays clear of accidentals and flipped note heads." +} +\layout { + ragged-right = ##t + \context{ + \Staff + connectArpeggios = ##t + } +} -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'' { - \context Voice < fis''-\arpeggio g d a > - \context Voice < fis,-\arpeggio g d a > - \context Voice < fis''-\arpeggio g d a > - \hairyChord - } - \paper { - linewidth = -1.; - \translator{ - \StaffContext - connectArpeggios = ##t - } - } +\transpose c c' { + \arpeggio + \arpeggio + \arpeggio }