bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

partcombine and \tag -> some notes (unrelated to the \tag command) are


From: Frédéric Bron
Subject: partcombine and \tag -> some notes (unrelated to the \tag command) are not printed
Date: Sun, 1 Nov 2009 22:42:42 +0100

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




reply via email to

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