lilypond-user
[Top][All Lists]
Advanced

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

Re: Score identifier not working in book block


From: Graham Percival
Subject: Re: Score identifier not working in book block
Date: Sun, 23 Apr 2006 14:46:24 -0700


On 23-Apr-06, at 2:42 PM, Michael Brennan wrote:

Hello,
I wonder why this does not work in lilypond (version 2.8.0):

myscore = \score {
 \relative c' { c d e }
}
\book {
 \myscore
}

The music needs to be in an explicit {}.
\book {
  {
    \myscore
  }
}

Cheers,
- Graham





reply via email to

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