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


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

Reply via email to