bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 931 in lilypond: Collision: arpeggios collide with other voice


From: lilypond
Subject: Re: Issue 931 in lilypond: Collision: arpeggios collide with other voices
Date: Thu, 18 Aug 2011 03:25:33 +0000


Comment #2 on issue 931 by address@hidden: Collision: arpeggios collide with other voices
http://code.google.com/p/lilypond/issues/detail?id=931

It is hard to imagine good output for this.
If the note outside the arpeggio is moved, it no longer appears to be simultaneous with the rolled chord (whatever 'simultaneous' with a rolled chord means). Moving the arpeggio left is seems wrong, as Mike says, but the original post seems to want that : "the issue disappears whenever there's an accidental"

If we want all the voices included in the arpeggio, we can do this:
\score {
  {
    << b'1 \\ s1 \\ <f' e''>1 \arpeggio >>
    << bes'1 \\ s1 \\ <f' e''>1 \arpeggio >>
  }
  \layout { \context { \Staff
      \consists "Span_arpeggio_engraver"
      connectArpeggios = ##t
} } }

Attachments:
        test.preview.png  1.4 KB




reply via email to

[Prev in Thread] Current Thread [Next in Thread]