On 23 June 2011 16:04, Travis Gould <travis_go...@hotmail.com> 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 <x.sche...@gmail.com>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to