[EMAIL PROTECTED] writes:
> 
> Ouch.  I've seen some threads on this issue (pun intended) on the
> Cygwin list.  Have you read those?
> 
> > I the meantime, if you could give me some hints as to where and how to catch
> > the events fired by "r4" or by strings, I would be grateful.
> 
> Look at Rest_engraver::try_music (Music *m).  Consider:
> 
>     \score{ \chords { c r c:m } }

strings are normally caught by the Lyric_engraver. try

     \score{ \chords \context Lyrics { c r c:m "no chords"4 } }


-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.cs.uu.nl/~hanwen 


_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to