2013/7/25 Mark Stephen Mrotek <[email protected]>
> Hello:****
>
> ** **
>
> A three movement piece has the following in the \header: title, composer,
> dedication, and opus.****
>
> ** **
>
> The “opus” appears at the beginning of the second and third movements. How
> can I eliminate them?****
>
> ** **
>
> Thank you.****
>
> ** **
>
>
>
If each movement is in a separate \score block and the \header is in the
(implicit?) \book block, you can put this header inside the \score block of
second and third movement:
\header {
opus = ##f
}
Not tested, just an idea taken from the second example here:
http://lilypond.org/doc/v2.17/Documentation/notation/creating-titles-headers-and-footers
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user