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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to