Re: More than one book?

2006-03-30 Thread John Wiedenhoeft
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


Re: More than one book?

2006-03-27 Thread 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

Quoting Art Hixson <[EMAIL PROTECTED]>:

I've wondered about this for a while.  In the following section of 
the doc it says:


10.4.1 Paper size
   . . .if the \paper block is at the top of the file, then it will 
apply to all pages.
   If the \paper block is inside a \book, then the paper size will 
only apply to that book.


The construction here sounds as if more than one \book might be 
possible although when I try it only the first book is recognized.  I 
can envisage that multiple books could be useful.  Is there a way?


AH


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.1/292 - Release Date: 2006/03/24



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







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


More than one \book?

2006-03-26 Thread Art Hixson
I've wondered about this for a while.  In the following section of the 
doc it says:


10.4.1 Paper size
   . . .if the \paper block is at the top of the file, then it will 
apply to all pages.
   If the \paper block is inside a \book, then the paper size will only 
apply to that book.


The construction here sounds as if more than one \book might be possible 
although when I try it only the first book is recognized.  I can 
envisage that multiple books could be useful.  Is there a way?


AH


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.1/292 - Release Date: 2006/03/24



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