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

Reply via email to