lilypond-user
[Top][All Lists]
Advanced

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

Instrument line in header block - first piece only?


From: Brent Annable
Subject: Instrument line in header block - first piece only?
Date: Thu, 9 Feb 2012 12:08:14 +0100

Hi everyone,

Quick question for the group: I'm producing part books for all the fugues in the well-tempered clavier, and I don't like the fact that the "instrument" name is printed every time there's a new heading:

\book {

\header {
        title = "Das Wohltemperierte Clavier"
        composer = "J.S. Bach"
        instrument = "Superius" }

\score {
\new Staff { \relative c' {c1} }
\header { 
title = "FUGA I" 
piece = "a 4"}
          }
\score {
\new Staff { \relative c' {c1} }
\header { 
title = "FUGA II" 
piece = "a 4"}
   
}
\paper { print-all-headers = ##t }
}

I'd like to use the instrument line because I do want the name of the instrument at the top of each page, just not below the heading for each fugue. And I'd like to use either the "title" or "subtitle" line for the heading of each fugue, and the "piece" line for indicating the number of parts. If I switch on all the headers, I get the instrument name everywhere, and if I turn them off, I get no titles or subtitles. Can anybody help?

TIA,

Brent.

reply via email to

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