lilypond-user
[Top][All Lists]
Advanced

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

Re: Different staff sizes and resetting fonts


From: David Wright
Subject: Re: Different staff sizes and resetting fonts
Date: Thu, 22 Jun 2017 20:30:17 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu 22 Jun 2017 at 17:10:56 (-0700), tisimst wrote:

> My experience tells me that although the staff-size is larger in the second
> \bookpart, the horizontal treatment isn't going to be a normal 17pt. It
> will still be more like the 15pt global one. The only way I've found to get
> true horizontal spacing correction is with completely different \book
> blocks, which you can use a separate #(set-global-staff-size... before each
> one, like this:
> 
> #(set-global-staff-size 15)
> \book {

    \bookOutputSuffix "01"

>   \paper {
>     #(set-global-fonts ...)
>   }
>   { ... bookpart here ... }
> }
> 
> #(set-global-staff-size 17)
> \book {

    \bookOutputSuffix "02"

>   \paper {
>     #(set-global-fonts ...)
>   }
>   { ... another bookpart here ... }
> }
> 
> Unfortunately, this results in separate output PDFs, which I don't think
> you want.

If you can handle the titling (which might differ between
\book and \bookpart) and page numbering, it is trivial to
concatenate the output PDFs with pdftk. Make it more
convenient by suffixing the LP output filenames as shown above
so that you can wildcard/glob them in the command line:

pdftk lilyoutputname*.pdf cat output concatenated-file.pdf

Cheers,
David.



reply via email to

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