Updates:
        Status: Started
        Owner: [email protected]

Comment #1 on issue 4044 by [email protected]: \addlyrics doesn't work with custom-defined Voice contexts
https://code.google.com/p/lilypond/issues/detail?id=4044

That FooVoice is an alias of Voice can only be determined at iteration time while \addlyrics is a compile-time syntactic feature. From the parser's standpoint,
\new FooVoice { c'1 } \addlyrics { lol }
is indistinguishable from
\new Staff { c'1 } \addlyrics { lol }

So the main challenge is doing the right thing with the latter. I'm currently in the process of working on related stuff that would likely make something useful fall out here, so I am marking this issue as started.

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