Re: Select one PDF to generate from .ly with multiple books

2012-01-20 Thread Keith OHara
Hayden Muhl gmail.com> writes: > \book { >   % violin > } > > \book { >   % cello > } > > Is there a way to tell lilypond to only generate the cello part I use %{ %} block comments, with an extra % at the opening comment to quickly activate/deactivate the block %%{ \book { % cello } %}

Re: Select one PDF to generate from .ly with multiple books

2012-01-20 Thread James
Hello, On 20 January 2012 23:38, Hayden Muhl wrote: > Let's say I have a .ly file of a piano trio. The file has three book > sections, one for each of the instruments, so when I compile my .ly file I > get three pdf files, a piano part, a violin part and a cello part. Something > like the followi

Select one PDF to generate from .ly with multiple books

2012-01-20 Thread Hayden Muhl
Let's say I have a .ly file of a piano trio. The file has three book sections, one for each of the instruments, so when I compile my .ly file I get three pdf files, a piano part, a violin part and a cello part. Something like the following. \book { % piano } \book { % violin } \book { % ce