Unfortunately, this is not supported in version 2.4, but if you use
a recent development version, 2.5.xx, there is a new parameter that
can be set in the \header block for each score.

In the mailing list archives, you can find some workarounds, using
an empty score with only a page break, but it introduces some extra
space at the top of the new page.

   /Mats

Helder Gomes da Silva wrote:
Hello everyboby.
I'm starting using lilypond. The example here in my e-mail has three different scores. The only thing that I want is to be able to print each score in a different page. How can I perform the break between then?


Thank you very much,

Helder

== EXAMPLE ==

\version "2.4.0"

\header {
  title = "Whatever"
  composer = "A cool guy"
}


% Guitar I

gi = {\set Staff.instrument = "Gui. I"
      \set Staff.instr = "I"
      c d e f | c d e f | c d e f
      c d e f | c d e f | c d e f
      c d e f | c d e f | c d e f
      c d e f | c d e f | c d e f
    }

% Guitar II

gii = {\set Staff.instrument = "Gui. II"
       \set Staff.instr = "II"
       b b a f |  b b a f |  b b a f
       b b a f |  b b a f |  b b a f
       b b a f |  b b a f |  b b a f
       b b a f |  b b a f |  b b a f
     }

% Score for Guitar I

\score {\gi}

% Score for Guitar II

\score {\gii}

% Guitar Ensemble
\score {
\header {piece = "Ensemble"}
  \context StaffGroup <<
    \new Staff <<\gi>>
    \new Staff <<\gii>>
  >>
  \layout{}

==


_______________________________________________ lilypond-user mailing list [email protected] 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to