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.

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

Reply via email to