Hi Pond-mates!

>> to get the behavior of \header { instrument = "whatever" },
>> as seen with \bookpart,
> 
> What's available for changing the "instrument" header mid-piece,
> without using \bookpart at all?

%%%  SNIPPET BEGINS
\version "2.25.11"

\paper {
  scoreTitleMarkup = \markup \fromproperty #'header:instrument
}

\score {
  << c' >>
  \header {
    instrument = "Piano"
  }
}

\score {
  << c'' >>
  \header {
    instrument = "Trumpet"
  }
}
%%%  SNIPPET ENDS

I would assume this would be possible whatever mechanism one is using to create 
the scores & headers.

Cheers,
Kieren.
______________________________________________

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.


Reply via email to