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 12:20:07 +0200

Harm, if I understood corretly the code: 

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

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

is converted to:

\keepWithTag #'testOne  { 
  \tag #'testOne a 
  \tag #'testTwo b
~
  \tag #'testOne a 
  \tag #'testTwo b
}

But then why lilypond removes the tie? Shouldn't just remove the _expression_ following testTwo that is "b" ?

reply via email to

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