> Wrap the whole expression in event-chord-wrap! before handling it.  The
> LSR issue is probably from before issue 2240 changed the representation
> of single notes.
> 
No, it is because "chord.ly" deals only with chords and keeps notes unchanged. 
But yes, event-chord-wrap! is a quick way here to avoid to change all the 
code...

So Chris, the last change you have to make in the code is to change 

line 73 (in \extractNote definition)
(extract-note music n))

by

(extract-note (event-chord-wrap! music) n))

You'll get a { r2 r2 } in Staff 2 and 3 of the snippet.
Well, no very beautiful for a score but will be perfect for Midi.
 
-- 
Gilles

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to