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: Fri, 06 May 2016 14:32:59 +0100

On Thu, 2016-05-05 at 22:22 +0100, Richard Shann wrote:
> 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".


Having read that up, it looks like what you want is already do-able in
the way I described above. To make a nice system of commands for
handling the chapters in the book without the user seeing the underlying
LilyPond syntax would require some work however. I can help if you want
to do that.

Richard









reply via email to

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