Gordon Gilbert wrote:
Is it possible to comment out whole sections of your file? For example in the process of trying something, would it work to comment out a whole section of music or chords, or words like this?

%{
a b c d
d e f g
}

Would that whole thing not be processed as it is? or would it just choke at the unmatched braces?

Gordon Gilbert


+=====================================================+ | Angels' Roost Farm | | Rev. Dn. Gordon Gilbert & Susan Gilbert | | 705-549-5056 | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | +=====================================================+


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


Of course it is possible, and you was near to get the right solution! Simply enclose the part to comment between %{ and %}, i.e.


%{
a b c d
d e f g
%}

will ignore the two lines "a b c d" and "d e f g".

Maurizio.

--
****************************************
Maurizio Tomasi
Via Newton, 6
24126 Bergamo (Italy)
Tel. +39-02-23699308
http://www.geocities.com/zio_tom78/
****************************************



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

Reply via email to