On 24/02/2019 05:59, Robert White wrote:
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?

This topic has been discussed before on the list, where I provided a suggestion. http://lists.gnu.org/archive/html/lilypond-user/2017-04/msg00770.html


--
Timothy Lanfear, Bristol, UK.


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to