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

The old code from performer-init.ly was

\context {
  \type "Performer_group"
  \consists "Staff_performer"
  \accepts ChordNameVoice
  \defaultchild ChordNameVoice
  \name ChordNames
}

\context {
  \Voice
  \name ChordNameVoice
}

Obviously there was some effort to rename Voice to ChordNameVoice and making this the defaultchild os ChordNames.
Is there any need for it or would it be sufficient to add
\defaultchild Voice
to ChordNames directly?

--
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