When using \tag inside a music expression that is used as argument of
\partcombine, some notes (unrelated to the \tag command) are not
printed anymore.
In the following example, the last "c" of upper voice should be
printed but is not.
Happens with 2.12.2 and 2.13.6.

Frédéric

music = {
  \set Staff.printPartCombineTexts = ##f
  \partcombine \relative c' {
    \tag #'part e4 \tag #'full e4 f g a
    b r c r % this last c is not printed
  }
  \relative c' {
    c4 d e f
    g r a r
  }
}

\new Staff \keepWithTag #'part \music


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to