lilypond-user
[Top][All Lists]
Advanced

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

Re: First time running, cannot get to work. Request help


From: Cameron Horsburgh
Subject: Re: First time running, cannot get to work. Request help
Date: Wed, 14 Jun 2006 08:34:02 +1000
User-agent: Mutt/1.5.11+cvs20060403

On Tue, Jun 13, 2006 at 05:05:58PM -0500, Michael J Millett wrote:

> 
> Here is the test file I have used:
> 
> { c'4 e' g' }
> 
> Here is the response I get from Terminal:
> 
> lilypond test.ly
> lilypond (GNU LilyPond) 2.2.5
> Running lilypond-bin...
> Now processing `test.ly'
> Parsing...
> 
> /Users/michaelm/test.ly:1:1: error: parse error:
> {
>   c'4 e' g' }
> 
> /Users/michaelm/test.ly:1:9: warning: Braces don't match:
> { c'4 e'
>          g' }
> Failed files: test.ly
> 
> 
> lilypond: error: LilyPond failed on input file test (exit status 1)
> lilypond: warning: Running LilyPond failed. Rerun with --verbose for a 
> trace.
> 
> 
> Any ideas what I am doing wrong? Thank you for your help.
> 
> Michael

2.2.5 is quite ancient (can you upgrade?) and uses a slightly longer
syntax. Try this:

\notes{
\score{c'4 e' g'}
}

and see how you go!


-- 

=============================================
Cameron Horsburgh

http://web.netcall.com.au/horsburgh

=============================================





reply via email to

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