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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
