lilypond-user
[Top][All Lists]
Advanced

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

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


From: Keith OHara
Subject: Re: Select one PDF to generate from .ly with multiple books
Date: Sat, 21 Jan 2012 05:02:27 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hayden Muhl <haydenmuhl <at> 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
 }
%}




reply via email to

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