On Thu, 2016-05-05 at 22:16 +0200, Andreas Schneider wrote:
>
> ;;;StartBookpart
> (let ((tag "StartBookpart"))
> (d-DirectivePut-movementcontrol-prefix tag "\\bookpart { %start of
> bookpart\n")
> (d-SetSaved #f)
> )
>
> ;;;EndBookpart
> (let ((tag "EndBookpart"))
> (d-DirectivePut-movementcontrol-postfix tag "\n} %end of bookpart
> \n")
> (d-SetSaved #f)
> )
>
> However, I do not know how to emit a \header block with a chapter
> title
> inside the bookpart but outside the score block of the first movement
> of
> the bookpart. Is this possible with a script?
without having time to look at this tonight, it would seem clear that
you could write
(d-DirectivePut-movementcontrol-prefix tag "\\bookpart { %start of
bookpart\n\\header { whatever is needed }\n")
filling in "whatever is needed".
Richard
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel