Mark,

On Tue, Jul 12, 2016 at 6:26 PM, Mark Stephen Mrotek [via Lilypond] <
ml-node+s1069038n192635...@n5.nabble.com> 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: 
http://lilypond.1069038.n5.nabble.com/header-tp192630p192659.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to