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
> 




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

Reply via email to