Updates:
Labels: Patch-new
Comment #2 on issue 2387 by [email protected]: Patch: Allow music in contextmods
http://code.google.com/p/lilypond/issues/detail?id=2387#c2
Allow music in contextmods
so that one can say \new Staff \with { \clef bass } { ... } or similar.
It turns out that \time ... is rather elusive to get to work in such
circumstances (context mod or output def) since the alias for the
Timing context is established by the Timing_engraver, namely _after_
the context modifications have already been set up. Apart from that,
most other things work nicely.
Consists of three subpatches:
Use elements-callback for layout-instruction event reinterpretation
Allow music in contextmods
Implement 'apply context mod
http://codereview.appspot.com/5796052
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond