> Werner LEMBERG <[EMAIL PROTECTED]> writes:
>
> > Any reason why I can't continue a macro definition with a trailing
> > `\'?
>
> > Example:
> >
> > test = \property Foo .... \
> > \property Bar ....
>
> We don't have macros, only variables. Whitespace is ignored (that
> includes newlines).
Why not provide an answer that helps? You probably
want to do something like
test = {
\property Foo ....
\property Bar ....
}
or
test = \notes {
...
}
This will hopefully also answer your earlier question regarding
dynamics for piano.
/Mats
_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel