lilypond-user
[Top][All Lists]
Advanced

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

Re: Understanding multi-score books


From: Bill Mooney
Subject: Re: Understanding multi-score books
Date: Sat, 23 Jul 2011 13:00:57 +1200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11

You wrote
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
I’m trying to put together a book of Irish tunes.  I don’t need a lot of
text, so lilypond-book is overkill.  I’m trying instead to use the \book
markup as described in the File Structure section of the manual.

However, when I assign titles to a book, a book part, and a score, as
per the manual, I only get the book part title displayed.  What am I
missing?

=-=-=-= cutting here would be bad for your screen =-=-=-=

\version "2.12.3"

\book {
  \header {
    title = "Book Title" % this doesn’t show
  }
  \bookpart {
    \header {
      title = "Book Part Title" % this shows
    }
    \score {
      \relative c' {
        c4 c c c
      }
      \header {
        title = "Score Title" % this doesn’t show
      }
      \layout {}
    }
  }
}

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

Thanks,
Chris
--
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hi Chris,
Does the attached file help?
I haven't tested it with lp-v12...
Regards
Bill

Attachment: breakbefore-2.ly
Description: Text Data


reply via email to

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