Paul forgot to mention that his answer used the new tex markup syntax from the development version 1.7.xx and won't work directly in the stable series 1.6.xx. I don't have Lilypond installed here right now, but I'm sure someone else on the mailing list can provide you with a tested version for 1.6.xx if necessary. Basically, it's something like c4^#(columns (music "scripts-trill") (music "accidentals-0"))
/Mats
Paul Scott wrote:
Jacob Smullyan wrote:
Hi --This worked as suggested by Alexandre.Beneteau:
I'd like to be able to specify the chromatic alteration of a trill's alternate note, by placing the accidental over the trill sign. (In fact, I'd really prefer to extend with trill with a wavy line and extend that over multiple notes, changing the alternate pitch over different noteheads but using only one trill sign -- but for my first day of lilypond typesetting I'd be quite happy to accomplish the former, lesser goal!) I have not yet been able to find an example of this anywhere. Does anyone know the/a right way to go about this, or have a pointer about roughly how to approach it?
Just a cut and paste from a score I've typeset a few weeks ago (no guarantee !!!) :
trillNatural = \markup { \musicglyph #"scripts-trill" \raise #0.8 { \musicglyph #"accidentals-0" } }
trillFlat = \markup { \musicglyph #"scripts-trill" \raise #0.8 { \musicglyph #"accidentals--1" } }
Cheers,
Alex.
HTH,
Paul Scott
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user