lilypond-user
[Top][All Lists]
Advanced

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

Re: \book output


From: John Seymour
Subject: Re: \book output
Date: Sat, 14 Jun 2008 15:02:35 -0700 (PDT)

This is still an issue in Version 2.10.x, in case anyone happens to be
reading this thread.
They key line from the manual - which is in the section on \header but not
in the section on \book - is that the \header and \layout blocks have to
come after the musical expressions.  


Peter Mogensen wrote:
> 
>   \score {
>     \header {
> %      piece = "Piece one"
>       instrument = "Score"
>     }
>     <<
>       { c d e f }
>     >>
>   }
>  

So,

  \score {
    <<
      { c d e f }
    >>
   \header {
%      piece = "Piece one"
      instrument = "Score"
    }
  }

seems to have fixed that example when I ran it.
-- 
View this message in context: 
http://www.nabble.com/%5Cbook-output-tp1012732p17844330.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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