That's essentially what I've been doing, but it requires making each score
a bookpart unto itself. It's an okay solution, but it's nice to be able to
start a new movement mid-page.

Thanks anyway for the suggestion, though!

On Sun, Oct 29, 2017 at 9:21 AM, Graham King <graham.k...@tremagi.org.uk>
wrote:

> On Sun, 2017-10-29 at 15:30 +0000, Graham King wrote:
>
> On Sun, 2017-10-29 at 03:21 -0700, Shevek wrote:
>
> Does anyone know if there's an updated version 
> ofhttp://lsr.di.unimi.it/LSR/Snippet?id=467 to work with score-level 
> headers?It's listed as "to do" in the snippet, but I believe that dates back 
> toseveral years ago. I'd like to use \fromproperty #'header:piece to 
> putmovement titles at the top of pages.
> If there isn't a newer version that supports this, I can mess around 
> withtrying to get it working, but I'd appreciated it if anyone can point me 
> inthe right direction to start; what would score-level headers be called? 
> isthe existing snippet structure adequate or is more complexity needed to 
> copewith bookparts consisting of multiple scores?
>
> How about approaching the problem from another direction?  Would something
> like this be OK?
>
> \version "2.19.40"
>
> htitle="Trahe me post te"
> hcomposer="Victoria"
>
> \header {
>   title=\htitle
>   composer=\hcomposer
> }
>
> { c''1 \pageBreak 1 \pageBreak 1 }
>
> \paper{
>   evenHeaderMarkup=\markup  \fill-line {
>     \fromproperty #'page:page-number-string
>     \htitle \hcomposer
>   }
>   oddHeaderMarkup= \markup  \fill-line {
>     \on-the-fly #not-first-page \hcomposer
>     \on-the-fly #not-first-page \htitle
>     \on-the-fly #not-first-page \fromproperty #'page:page-number-string
>   }
> }
>
> With acknowledgments to Nacho Alvarez for the idea.
>
> I don't think this will work for "bookparts with multiple scores."  You
> need a proper expert...
> Apologies for the noise.
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to