MarkupAtEnd (misleadingly labelled "LilyPond After Movement" in the
menu) does not work with multiple lines. I guess that some braces are
missing in the generated code, i.e.
 (d-DirectivePut-movementcontrol-postfix tag (string-append "\\markup "
themarkup))
should be
 (d-DirectivePut-movementcontrol-postfix tag (string-append "\\markup {"
themarkup "}"))

Andreas

_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to