Abraham Lee,

 

Totally understandable explanation!

Thank you.

 

Mark

 

From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr....@gnu.org] On Behalf Of
tisimst
Sent: Wednesday, July 13, 2016 8:30 AM
To: lilypond-user@gnu.org
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
<http://lilypond.1069038.n5.nabble.com/header-tp192630p192659.html> 
Sent from the User mailing list archive
<http://lilypond.1069038.n5.nabble.com/User-f3.html>  at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to