lilypond-user
[Top][All Lists]
Advanced

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

Re: tag issue


From: Gianmaria Lari
Subject: Re: tag issue
Date: Sat, 13 Apr 2019 11:38:13 +0200

Sorry, a slightly more clear example:

\version "2.18.2"
\tagGroup #'(testOne testTwo)

music = {
  \tag #'testOne a 
  \tag #'testTwo b
}

\keepWithTag #'testOne {\music~\music}
\keepWithTag #'testTwo {\music~\music}

I would expect a~a and b~b but I obtain a a and b~b
g.


reply via email to

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