Gianmaria Lari <gianmarial...@gmail.com> writes:

> I found a not nice solution but something that work....:
>
> \version "2.19.81"
> var = {a \tag #'herea {} \tag #'hereb {b} a}
> {\pushToTag #'herea b! \removeWithTag #'hereb \var}

I'd write

var = {a \tag #'herea {\tag #'hereb {b}} a}

instead since it makes the relations a bit clearer.  Though I am not
completely sure whether \removeWithTag is not coded in a way where it
will ripple through the then empty sequential expression so that you'd
need to first do the \pushToTag (namely write it second).

-- 
David Kastrup

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

Reply via email to