lilypond-user
[Top][All Lists]
Advanced

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

Only show the opus number once when there are multiple score blocks


From: Robert White
Subject: Only show the opus number once when there are multiple score blocks
Date: Sun, 24 Feb 2019 16:59:47 +1100

I have a Lilypond file with two score blocks like the following:

    \version "2.18.2"

    \header {
      title = "Two minuets"
      opus = "Op. 1"
    }

    \score {
      \header {
        piece = "No. 1: Minuet in D major"
      }
      % Music here...
    }

    \score {
      \header {
        piece = "No. 2: Minuet in G major"
      }
      % Music here...
    }

The problem is that the opus number is shown for every score block.
How can I make Lilypond only show it once?

Thanks in advance,
Robert White



reply via email to

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