lilypond-user
[Top][All Lists]
Advanced

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

Re: help with pitchedtrill


From: address@hidden
Subject: Re: help with pitchedtrill
Date: Wed, 29 Jun 2011 17:04:09 +0200

On Jun 29, 2011, at 3:27 PM, Alex Jones wrote:

> Couple of questions:
> I'm trying to use pitchedTrill, but its creating a problem when I have a tie 
> coming off the note:
> 
> score.ly:125:88: warning: unterminated tie
> \pitchedTrill d4~ \startTrillSpan \! ees d16 \stopTrillSpan b (g ees 
> \pitchedTrill d4~) 
>                                                                               
>         \startTrillSpan ees d16 \stopTrillSpan b (g a)
> 
> The score comes out ok, but I get the above warning.
> 
> What I really want is the trill with a flat sign, but I didn't figure that 
> one out.

You can put a markup above the note:

a4\trill^\markup { \flat }

or

a4\startTrillSpan^\markup { \flat } a4\stopTrillSpan

> 
> Also, is there a workaround to get a break where you have a glissando?

\override Glissando #'breakable = ##t

Cheers,
MS


reply via email to

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