lilypond-devel
[Top][All Lists]
Advanced

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

Bug: headers missing when including file


From: Heikki Johannes Junes
Subject: Bug: headers missing when including file
Date: Sat, 27 Apr 2002 14:00:32 +0300 (EET DST)

Suppose you have a lot of pieces and you want to gather them in to a
single book. They are in separate files, like the following "test.ly":

\score {
    \notes { c }
    \header {
        title = "a piece"
    }
}

Then you get an idea, that just by making a file "gather.ly":

 \include "test.ly"
 \include "test.ly"
 % repeat even more times for testing purposes

you simply include all the scores you have. This way, you would get a nice
book with an increasing page number. But, alas. Only in the first score
there is the "\header"-field in use. There are no headers in further
scores which were included.

      Heikki Junes




reply via email to

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