bug-lilypond
[Top][All Lists]
Advanced

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

Re: removeWithTag


From: Urs Liska
Subject: Re: removeWithTag
Date: Sun, 13 Oct 2013 01:02:29 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

Am 13.10.2013 00:58, schrieb Simon Albrecht:
\relative {

\removeWithTag #'correct

d'4 \tag #'correct c4 \tag #'nice c2

}

You can't use \removeWithTag _inside_ the music expression.
Instead you define a music expression that contains tags, and then _use_ this expression with \keep/removeWithTag.

For your example: simply exchange the first two lines.
That then means:
"remove the #'correct tags from the \relative music expression.

HTH
Urs



reply via email to

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