lilypond-user
[Top][All Lists]
Advanced

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

Re: help with pitchedtrill


From: Alex Jones
Subject: Re: help with pitchedtrill
Date: Tue, 5 Jul 2011 12:20:03 -0400

Thanks very much, this worked well.

Best,

Alex

On Jun 29, 2011, at 1:46 PM, Kieren MacMillan wrote:

> Hi Alex (and Mike),
> 
>>> What I really want is the trill with a flat sign, but I didn't figure that 
>>> one out.
> 
> This is what I do:
> 
> trillWithFlat = {
>  \once \override TrillSpanner #'bound-details #'left #'text
>    = \markup { \musicglyph #"scripts.trill" \smaller \raise #0.675 \flat }
> }
> trillWithNatural = {
>  \once \override TrillSpanner #'bound-details #'left #'text
>    = \markup { \musicglyph #"scripts.trill" \smaller \raise #0.75 \natural }
> }
> trillWithSharp = {
>  \once \override TrillSpanner #'bound-details #'left #'text
>    = \markup { \musicglyph #"scripts.trill" \smaller \raise #.875 \sharp }
> }
> 
> \relative c' {
>  \override TrillSpanner #'bound-details #'right #'padding = #1.75
>  \trillWithFlat c1\startTrillSpan
>  \trillWithNatural c1\stopTrillSpan\startTrillSpan
>  \trillWithSharp c1\stopTrillSpan\startTrillSpan
>  c1\stopTrillSpan
> }
> 
> Hope this helps!
> Kieren.

--
Alex K. Jones
Associate Professor
Electrical and Computer Engineering
University of Pittsburgh
http://www.pitt.edu/~akjones








reply via email to

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