lilypond-devel
[Top][All Lists]
Advanced

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

Re: trailing `\'


From: Mats Bengtsson
Subject: Re: trailing `\'
Date: Wed, 14 Aug 2002 11:29:17 +0200

> Werner LEMBERG <address@hidden> 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






reply via email to

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