lilypond-user
[Top][All Lists]
Advanced

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

Re: combining little complete pieces in one "book"?


From: Mats Bengtsson
Subject: Re: combining little complete pieces in one "book"?
Date: Wed, 02 Jan 2008 15:26:04 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

As long as you only want a single output PDF file, there's
no need for a \book command. Just make a .ly file which
looks like:

\include "file1.ly"
\include "file2.ly"
% ...


Is there still information in the manual that gives you the
impression that you need \book in these circumstances?
I recall that I tried hard to reformulate all those passages
in the manual, some half a year ago.

   /Mats

Ole Schmidt wrote:

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" }
    }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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