Quoting Neil Puttock <n.putt...@gmail.com>:

If you do this, you'll have to change the \score command to a
markup-list command, since a markup command can only return a single
stencil

Well, you just described all the problems this leads to; so why not relax the rule of markup command returning a single stencil? That means modifying interpret-markup-list (or who takes the leaf stencils? wordwrap-internal-markup-list maybe?) to not assume that what are now stencils to be combined, are in fact single stencils; test for stencil? and on the #t branch, add the stencil to the list like it does now, on the #f branch the return value is a list of stencils, add them all.
Do you think this approach is reasonable?



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to