By default, the macros \arpeggioUp and -Down only modify what happens in the current Voice context, whereas connected arpeggios are handled at the Staff level. Just add the following lines at the top of your file to redefine the macros to do the
change at the Staff level:

arpeggioUp = \sequential {
 \override Staff.Arpeggio  #'arpeggio-direction = #UP
}
arpeggioDown = \sequential {
 \override Staff.Arpeggio  #'arpeggio-direction = #DOWN
}

arpeggioNeutral = \sequential {
 \revert Staff.Arpeggio  #'arpeggio-direction
}

(I haven't actually verified that this solution works.)

  /Mats

Mehmet Okonsar wrote:
I guess there is no way to get connected arpeggios up or down..
\arpeggioUp and ..Down seems to work only on non-connected ones..?
Wouldn't it be nice?

--
=============================================
        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-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to