help-gnu-music
[Top][All Lists]
Advanced

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

Re: installation parenthesis problem


From: Mats Bengtsson
Subject: Re: installation parenthesis problem
Date: Mon, 11 Jun 2001 06:55:16 +0200

> Help:
> I installed lilypond on my Redhat 7.1 machine.  When I issue the command =
> 
> ly2dvi -P filename
> where the contents of filename are
> 
> /score {
>    /notes { c'4 e' d' }
> }
> lilypond complains that the parenthesis don't match.
> 
> Any suggestions?

Yes, read the first error message, not the second one:
 error: parse error:
/
 score {

The commands should start with backslash, not slash, so the
following should work without problems:
\score {
   \notes { c'4 e' d' }
}

   /Mats



reply via email to

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