Comment #2 on issue 4330 by [email protected]: No midi with ChordNames
https://code.google.com/p/lilypond/issues/detail?id=4330

This old definition does _not_ give ChordNameVoice an alias of Voice. As a consequence, overrides for Voice (rather than the default Bottom) are likely to arrive at a parallel Voice context.

Somewhat related is issue 3082.

The whole point of issue 4281 was to make sure that we get the same context hierarchy in \midi and \layout from the same input. We need a ChordNameVoice different from Voice in the engravers since we don't want all the notes engraved.

Using
\context {
  \Voice
  \name ChordNameVoice
}

is neutral in the context hierarchy since \Voice does not introduce any \accepts, \denies, or \defaultchild.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to