Hi,
Your .ly file contains the line
\key = { \key a \major }
I don't think there are any legal LilyPond expressions of the form
\foo = anythingatall
Did you mean to write something like
mykey = { \key a \major }
?
However, I don't understand the error message the system gave you.
On Fri, Feb 09, 2007 at 07:58:59AM -0500, Palmer, Ralph wrote:
> % Begin Snippet %%%
>
> %% A Major Scale
> \version "2.10.10"
> \include "english.ly"
> \header {}
> \key = { \key a \major
> }
> \time 4/4
> scale = {
> A1
> }
>
> % Score
> \score {
>
I also am having problems with the file structure, so I decided to start simply, and from scratch, but I'm having problems with that, too.
Now, that's what I have written LilyPondTool's Document Wizard for. See
http://lilypondtool.organum.hu
Bert
___
My best guess is that your text editor saves the file in some strange
format.
Make sure that the text encoding of the file is UTF-8 (or plain 7-bit
ASCII).
/Mats
Palmer, Ralph wrote:
Greeetings -
I'm running LilyPond 2.10.10 under Windows XP Pro SP2. I'm using ConTEXT
v0.98.3, with the Li