% Having a soprano voice splitting into two (singing des - bes),
% and an alto voice also splitting into two (singing bes - f).
% However, the two arpeggio brackets overlap
\version "2.15.28"
\new Staff <<
\new Voice { \relative c'' { \arpeggioBracket
\key des \major
<des bes>1\arpeggio
}
}
\new Voice { \relative c'' { \arpeggioBracket
\key des \major
<bes f>1\arpeggio
}
}
>>
Cheers,
Frederik
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond