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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user