lilypond-user
[Top][All Lists]
Advanced

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

Re: Subject: functional/degree theory ? symbols


From: Tao Cumplido
Subject: Re: Subject: functional/degree theory ? symbols
Date: Mon, 15 Jun 2009 16:28:02 +0200

> One question to the community:
> When I compile this file I get the message:
> <string>:3:1: error: syntax error, unexpected '}'
> I don't know why!

Your music functions have a '}' too much.
Your structure is like this:

\context Voice << $x { ... } >> }

The last bracket generates the error.
Actually you can remove all the brackets:

\context Voice << $x ... >>

Regards,

Tao
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01




reply via email to

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