lilypond-user
[Top][All Lists]
Advanced

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

RE: header


From: Mark Stephen Mrotek
Subject: RE: header
Date: Wed, 13 Jul 2016 10:21:06 -0700

Abraham Lee,

 

Totally understandable explanation!

Thank you.

 

Mark

 

From: lilypond-user [mailto:address@hidden On Behalf Of tisimst
Sent: Wednesday, July 13, 2016 8:30 AM
To: address@hidden
Subject: Re: header

 

Mark,

 

On Tue, Jul 12, 2016 at 6:26 PM, Mark Stephen Mrotek [via Lilypond] <[hidden email]> wrote:

Simon,

Your explanation makes sense, if my score were different numbers in one
opus.
My score is two movements of the same opus.

 

The main thing to understand about this is that if a particular \header property is accessed by both bookTitleMarkup and scoreTitleMarkup, then that property, if defined in the \book's \header, will propagate down to the \score's \header block unless you explicitly change its value within the \score's \header block itself. If this is the case, then redefining the xxxTitleMarkups may be helpful. Otherwise, you may need to manually add something like

 

\header {

  opus = "Opus 243"

}

 

\score {

  ...

  \header {

    opus = ##f

  }

}

 

\score {

  ...

  \header {

    opus = ##f

  }

}

 

That will keep the opus property from being repeatedly printed in each score.

 

--

Abraham Lee

 


View this message in context: Re: header
Sent from the User mailing list archive at Nabble.com.


reply via email to

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