lilypond-user
[Top][All Lists]
Advanced

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

Re: alternate note of trill and its accidental


From: Mats Bengtsson
Subject: Re: alternate note of trill and its accidental
Date: Mon, 23 Jun 2003 23:21:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

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 --

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?

This worked as suggested by Alexandre.Beneteau:

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
address@hidden
http://mail.gnu.org/mailman/listinfo/lilypond-user







reply via email to

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