lilypond-user
[Top][All Lists]
Advanced

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

Re: combining files


From: Paul Scott
Subject: Re: combining files
Date: Fri, 17 Feb 2006 05:44:15 -0700
User-agent: Debian Thunderbird 1.0.7 (X11/20051017)

Michael Phillips wrote:

How do I now get these 24 files into ONE file so I can print them as a set? I tried using \book \score commands, but this didn't work ...

\book  {
  \header  {
     title = "Major & Minor Scales"
     version = "2.6.5"
}

\score  {
    \header  {
       piece = "C major"  }

         etc., etc   }
}
\score  {
    \header  {
       piece = "A minor" }

         etc. etc
  }
}

I believe for some reason the \header follows the music when it's in the \score block.

\score  {
    { etc., etc   }
  \header  {
       piece = "C major"  }
}


Paul Scott





reply via email to

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