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
_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel