lilypond-user
[Top][All Lists]
Advanced

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

Re: using \pushToTag and \removeWithTag consecutively


From: Gianmaria Lari
Subject: Re: using \pushToTag and \removeWithTag consecutively
Date: Sat, 14 Apr 2018 16:01:45 +0200



On 14 April 2018 at 15:46, David Kastrup <address@hidden> wrote:
Gianmaria Lari <address@hidden> 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. 

Yes.... but nesting things it's something I avoid if I can. 
Working with nested thing is more difficult, you have to keep in your mind where you are while you write/read.... In a sequence you can, in some sence, forgot where you are.
 
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).

Let me avoid to think also to this :)
g.

reply via email to

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