Comment #1 on issue 4281 by [email protected]: lyricsto can't find
DrumVoice with \midi
https://code.google.com/p/lilypond/issues/detail?id=4281
workaround:
\version "2.19.15"
\score {
<<
\new DrumVoice = "DV" \drummode { hh4 hh hh r hh }
\new Lyrics
\with {
associatedVoiceType = #'DrumVoice
associatedVoice = "DV"
}
\lyricsto "DV" { One Two Three Four }
>>
\midi { }
}
--
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