Comment #2 on issue 4281 by [email protected]: lyricsto can't find DrumVoice with \midi
https://code.google.com/p/lilypond/issues/detail?id=4281

This seems to be rather banal after all: in ly/performer-init.ly I read
\context {
  \Voice
  \remove "Note_performer"
  \consists "Drum_note_performer"
  \name DrumVoice
}

whereas in ly/engraver-init.ly I see
\context {
  \Voice
  \name DrumVoice
  \alias Voice
[...]

Since aliases very much influence the context hierarchy's behavior, having the Voice alias in one output definition but not the other is a recipe for the kind of discrepancy we are seeing here.

I think I am going to write some checker to look for further problems and then try fixing them in one rush.

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