lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Connected arpeggios up-down


From: Mats Bengtsson
Subject: Re: Connected arpeggios up-down
Date: Thu, 12 Oct 2006 08:50:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]