lilypond-user
[Top][All Lists]
Advanced

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

Re: More than one book?


From: John Wiedenhoeft
Subject: Re: More than one book?
Date: Thu, 30 Mar 2006 11:35:50 +0200

is there a way to name them specifically from inside the file? somthing
like

piano = {...}
cello = {...}
alto  = {...}

\book{
        \filename "complete_score"
        <<
                \new Staff \alto
                \new Staff \cello
                \new Staff \piano
        >>
}
\book{  
        \filename "piano"
        \new Staff \piano
}

which will result in two files, complete_score.pdf and piano.pdf.


Am Montag, den 27.03.2006, 13:52 +0200 schrieb Mats Bengtsson:
> If you have several \book blocks in a .ly file, then you will get
> one output PDF file for each \book. If the input file is called
> test.ly, then the outputs will be test.pdf test-1.pdf test-2.pdf ...
> if I remember correctly.
> 
>    /Mats
> 






reply via email to

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