Status: Accepted
Owner: ----
Labels: Type-Defect

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

The following code:

\version "2.19.15"

\score {
  <<
    \new DrumVoice = "DV" \drummode { hh4 hh hh r hh }
    \new Lyrics \lyricsto "DV"  { One Two Three Four }
  >>
  \midi { }
}

returns:

warning: cannot find Voice `DV'

    \new Lyrics
                \lyricsto "DV"  { One Two Three Four }

Coding \layout instead of \midi (or commenting it) will show correct
assigned lyrics, though.


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