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