The code:
\context PianoStaff <<
       \set PianoStaff.connectArpeggios = ##t
       \new Staff { \arpeggioBracket <c' e g c>\arpeggio }
       \new Staff { \arpeggioBracket \clef bass <c,, e g>\arpeggio }
     >>

and the code

\context PianoStaff <<
       \set PianoStaff.connectArpeggios = ##t
       \new Staff {  <c' e g c>\arpeggio }
       \new Staff {  \clef bass <c,, e g>\arpeggio }
     >>

give the same result -- connected arpeggios.
In version 1.6 it was possible to connect arpeggioBrackets, see: 
 http://www.lilypond.org/doc/v1.6/Documentation/user/out-
www/lilypond/Arpeggio.html

Albert


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

Reply via email to