lilypond-user
[Top][All Lists]
Advanced

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

Re: Understanding multi-score books


From: Christopher R. Maden
Subject: Re: Understanding multi-score books
Date: Fri, 22 Jul 2011 22:48:41 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11

On 07/22/2011 09:00 PM, Bill Mooney wrote:
> Does the attached file help?
> I haven't tested it with lp-v12...

Thanks, Bill!

Adding print-all-headers = ##t to the \paper{} block causes the book
part and score titles both to print.  However, the book and book part
titles seem mutually exclusive, and if there is a book part title, the
book title will not print.

Your example only has book (implicit) and score blocks; if anyone has a
working sample with book, book part, and score, I would love to see it.

=-=-=-= don’t really cut here =-=-=-=

\version "2.12.3"

\paper {
  print-all-headers = ##t
}

\book {
  \header {
    title = "Book Title" % this doesn’t show
  }
  \bookpart {
    \header {
      title = "Book Part Title" % this always shows
    }
    \score {
      \relative c' {
        c4 c c c
      }
      \header {
        title = "Score Title" % this only shows with print-all-headers
      }
      \layout {}
    }
  }
}

=-=-=-= don’t really cut here either =-=-=-=

Thanks,
Chris
-- 
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
This week, the Transportation Security Administration intercepted and
searched a suspected war criminal and noted supporter of Saddam
Hussein, but permitted Donald Rumsfeld to board his flight anyway.



reply via email to

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