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



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

Reply via email to