lilypond-user
[Top][All Lists]
Advanced

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

Re: Comment marks


From: Maurizio Tomasi
Subject: Re: Comment marks
Date: Thu, 13 Jan 2005 14:04:30 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

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                      |
    |                address@hidden                  |
    |                address@hidden                 |
    +=====================================================+


_______________________________________________
lilypond-user mailing list
address@hidden
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/
****************************************





reply via email to

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