Status: Accepted
Owner: ----
Labels: Type-Defect Bounty
New issue 4044 by [email protected]: \addlyrics doesn't work with
custom-defined Voice contexts
http://code.google.com/p/lilypond/issues/detail?id=4044
\version "2.19.10"
% I define a custom Voice-like context with red notes:
\layout {
\context {
\Staff
\accepts "FooVoice"
}
\context {
\Voice
\name "FooVoice"
\alias Voice
\override NoteHead.color = #red
}
}
\markup { FooVoice works with "\\new Lyrics \\lyricsto": }
<<
\new FooVoice = foo { c'1 }
\new Lyrics \lyricsto foo { lol }
\markup { But it doesn't work with "\\addlyrics": }
\new FooVoice { c'1 }
% \addlyrics forces creating a new Voice instead of a FooVoice -
% you can tell that it's a plain Voice because notehead is black.
\addlyrics { lol }
I'd be glad to pay 20 Euro for the fix.
Attachments:
FooVoice.png 15.5 KB
--
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