lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 4281 in lilypond: lyricsto can't find DrumVoic


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4281 in lilypond: lyricsto can't find DrumVoice with \midi
Date: Sat, 07 Feb 2015 10:41:49 +0000


Comment #1 on issue 4281 by address@hidden: 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]