|
| From: | Nicolas Sceaux |
| Subject: | Re: proposals for LM B. Scheme tutorial |
| Date: | Sat, 20 Jun 2009 22:57:46 +0200 |
Le 20 juin 09 à 22:17, Mark Polesky a écrit :
***new paragraph and example:
Multiple consecutive scheme expressions in a music file can be
combined using the *begin* operator. This reduces the number of
hash marks to one. However, within such a combined expression,
LilyPond comments ("%" and "%{ %}") will produce errors.
#(begin
(define foo 0)
(define bar 1)
)
The formatting is bad. > #(begin > (define foo 0) > (define bar 1)) Parentheses are never left alone on a line.
| [Prev in Thread] | Current Thread | [Next in Thread] |