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: Mats Bengtsson
Subject: Re: Score identifier not working in book block
Date: Mon, 24 Apr 2006 12:01:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

Also, if you only have a single \book block in your
file, you can just as well remove it, since LilyPond
will implicitly add a \book{...} around each input
file if it isn't there explicitly.

The only reason to use \book is if you want several output
PDF files from one and the same .ly file, since each \book
block will correspond to one output file.

  /Mats

Graham Percival wrote:


On 23-Apr-06, at 4:52 PM, Josiah Boothby wrote:

just a hunch, try putting a space between \relative c' and the bracket, so:

\relative c' {

what you have is

\relative c'{


No, this makes no difference at all.



On 4/23/06, Michael Brennan <address@hidden> wrote:

Graham Percival wrote:


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

Cheers,
- Graham

Thanks for the answer, but I still can't get it to work.
When I try that way I get an syntax error, unexpected '{',
which points out the second { in the \book.


Huh.  OK, forget about the \score in your identifier; go with
\book{
  \score{
    {
      \mymusic
}}}

Why did you want the \score in the identifier, anyway? If you have many scores and want to save typing/space, you could do

\book{
  \score { { \mymusicOne } }
  \score { { \mymusicTwo } }
...etc
}



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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