Re: 2 problems

2007-02-11 Thread stk
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.

Re: 2 problems

2007-02-09 Thread Cameron Horsburgh
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 { >

Re: 2 problems

2007-02-09 Thread Bertalan Fodor
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 ___

Re: 2 problems

2007-02-09 Thread Mats Bengtsson
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