lilypond-user
[Top][All Lists]
Advanced

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

removing tags


From: Bernard Hurley
Subject: removing tags
Date: Sun, 29 Apr 2007 20:34:40 +0100

Hi all,

Is there any way of removing tags from music? For instance naively one
might expect:

=====================
one= {a'' \tag #'A b'' c'' \tag #'C f''}
two = {\keepWithTag #'A \one }
three = { \tag #'B \two \tag #'E a'' }

{
  d'' \keepWithTag #'B \three
}
=======================

to display the same as: {d'' a'' b'' c''}. However:

 \keepWithTag #'B \three

removes the note b'', presumably because it is still tagged with #'A. Is
there any way of removing all the tags from \two?

Bernard





reply via email to

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