Kieren MacMillan <kieren_macmil...@sympatico.ca> writes:

> Hi all,
>
> I’ve been using David K’s lovely \after function (which should, IMO, be 
> polished up and rolled into the distro!) to great effect in my recent 
> engravings.
>
> However, I’m having difficulty figuring out how to apply tweaks to the grobs 
> that are \after-ed.
> For example, see the snippet included below.

Actually, let's do a tweak _without_ changing a lot of code:

> test = {
>     \once \hairpinPoco g1\< g\!
>     \once \hairpinPoco \after 2 \< g1 g\!
> }

test = {
  \once \hairpinPoco g1\< g\!
  \after 2 \single \hairpinPoco \< g1 g\!

Which is more or less the point of having \single: being able to convert
an override into a tweak when nothing else will do.

-- 
David Kastrup

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

Reply via email to