>> BTW, I have found a strange behaviour of "modern" accidentals rule:
>> LilyPond considers volta alternatives as "previous" measure. Is this
>> correct? (Note the natural sign at the 2nd and 3rd alternatives, not
>> related to the previous _played_ measure.)
Yes, this is known behaviour. Here is the workaround I use:
First you define the follwing function:
forget = #(define-music-function (parser location music) (ly:music?) #{
#(set-accidental-style 'forget)
$music
#(set-accidental-style 'modern)
#})
And then, you use it in front of the note which you do not want the
sharp of flat in front of:
\repeat { c } \alternative { { cis } { \forget c } }
Frédéric
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user