> I'm not top posting.

% When a connected arpeggio spans multiple voices in one staff after a bar line,
they collide.

\version "2.12.2"

\paper {
        ragged-right = ##t
}

\new PianoStaff <<
        \new Staff {
                \set PianoStaff.connectArpeggios = ##t
                R1
                << { a'1 \arpeggio } \\ { f'2\arpeggio e' } >>
        }
        \new Staff {
                R1
                d'\arpeggio
        }
>>



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to