lilypond-user
[Top][All Lists]
Advanced

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

using \pushToTag and \removeWithTag consecutively


From: Gianmaria Lari
Subject: using \pushToTag and \removeWithTag consecutively
Date: Sat, 14 Apr 2018 14:59:41 +0200

I don't understand the behaviour of this code:

\version "2.19.81"
var = {a \tag #'here {b} a}
{\var} %Result: a b a
{\removeWithTag #'here \var}  %Result: a a
{\pushToTag #'here b! \removeWithTag #'here \var}  %Result: a a ; Expected: a b! a


The result is:

a b a - ok!
a a - ok!
a a - not ok; shouldn't be "a b! a" ??

Thank you, g.

reply via email to

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