denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Denemo-devel] MarkupAtEnd


From: Andreas Schneider
Subject: [Denemo-devel] MarkupAtEnd
Date: Fri, 18 Dec 2015 19:36:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]