If you take a look at the definition of the macro
\arpeggioBracket in ly/property-init.ly, you will see that it does

arpeggioBracket = \sequential {
  \override Arpeggio  #'print-function = #Arpeggio::brew_chord_bracket
}

Try to use
\override Staff.Arpeggio #'print-function = #Arpeggio::brew_chord_bracket
instead of \arpeggioBracket or redefine the macro definition.

   /Mats

Albert wrote:
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

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


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

Reply via email to