On 23 June 2011 16:04, Travis Gould <[email protected]> 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 <[email protected]>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user