lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4281 in lilypond: lyricsto can't find DrumVoice wi


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

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

New issue 4281 by address@hidden: 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

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