> -----Original Message-----
> From: Keith OHara [mailto:k-ohara5...@oco.net]
> Sent: Tuesday, April 30, 2013 1:21 AM
> To: lilypond-user@gnu.org
> Subject: Re: cre - - sen - - do
> 
> Derek <cushy <at> shmerek.com> writes:
> 
> > Thanks for that. I assume this means at this juncture it isn't possible?
> > cheers
> 
> Writing a chain of crescendos spelling out each syllable is possible
> 
> { b2-\tweak#'text"cres"\cresc b
>   b-\tweak#'text"cen"\cresc b
>   b-\tweak#'text"do"\cresc b
>   b1\f }

Even better, IMHO:

cre = -\tweak #'text #"cre" \cresc
scen = -\tweak #'text #"scen" \cresc
do = -\tweak #'text #"do" -\tweak #'style #'none \cresc

{
  b2\cre b
  b\scen b
  b\do b
  b1\f
}

DR

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to