lilypond-user
[Top][All Lists]
Advanced

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

Re: Multi-part score


From: foxfanfare
Subject: Re: Multi-part score
Date: Thu, 5 Jul 2018 08:14:07 -0700 (MST)

You could also make a book like this:

\book {
  \header {
    title = "MY BOOK"
  }
  \score {
    \header {
      piece = "Piece 1"
    }
    % music 1
    \layout {
      % options 1
    }

  \score {
    \header {
      piece = "Piece 2"
    }
    % music 2
    \layout {
      % options 2
    }

And you can change all the layout (or paper) for each new movement.



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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