lilypond-user
[Top][All Lists]
Advanced

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

combining little complete pieces in one "book"?


From: Ole Schmidt
Subject: combining little complete pieces in one "book"?
Date: Tue, 1 Jan 2008 14:27:27 +0100

Dear list,

Is it possible to create one file/pdf out of many little files who look like below with the
 \include command? (Having all the titles included...)
using the\book { } command...?
I can produce only lots of error warnings...

thanks for a hint

ole

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\header {
        title = "bla"
}

staffClarinet = \new Staff  {
blablabla       
        }
staffTrumpet = \new Staff  {
blablabla
        }
\score {
        <<
        \staffTrumpet
        \staffClarinet
        >>
\layout  {
                \context { \Score
        \remove "Bar_number_engraver" }
        }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



reply via email to

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