lilypond-user
[Top][All Lists]
Advanced

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

Re: error compiling files


From: Xavier Scheuer
Subject: Re: error compiling files
Date: Mon, 27 Jun 2011 17:42:57 +0200

On 23 June 2011 16:04, Travis Gould <address@hidden> wrote:
>
> Hi Xavier,
> Thanks for your help.  I didn't have a \score block in my document and I
> didn't have a variable defined.  I tried both of these things and was
> unsuccessful. This is what my .ly looks like with the \score block and the
> variable:
> \score{
> myVariable = \relative c' {
> \relative c'
> a b c d
> e d c b
> }
> myVariable
> }
> \version "2.14.1"
>
> That's the whole thing, but still no output.  Thanks again,

You should not define your variable in the  \score  block.
And only one  \relative c'  block.

\version "2.14.1"

myVariable = \relative c' {
a b c d
e d c b
}

\score {
  \myVariable
}


Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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