lilypond-user
[Top][All Lists]
Advanced

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

\relative


From: stk
Subject: \relative
Date: Sat, 20 Aug 2005 00:58:01 -0400 (EDT)

Stephan Moss wrote:

> \relative c {
>       block of music
>       }
>       {
>       2nd block of music
>       }

Probably you know this; if so, I apologize for sticking my nose in.

The sequence

   \relative c { block1 }  { block2 }

is two sequential music expressions.  Virtually anyplace in LilyPond that
allows a music expression requires exactly one; so in practice the
foregoing would have to be

   { \relative c { block1 }  { block2 } }

so that it would be just a single expression.  And in fact

   { \relative c { block1 }    block2   }

would also be syntactically correct.

-- Tom





reply via email to

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