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" ?
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to