denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Book with Denemo


From: Richard Shann
Subject: Re: [Denemo-devel] Book with Denemo
Date: Thu, 05 May 2016 22:22:52 +0100

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






reply via email to

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