> If the first piece only has one or a few lines, LilyPond doesn't add any
> page break before the next piece (actually, the page breaks are
> determined by LaTeX when it processes the LilyPond TeX output).
>
>      /Mats


Hmmm .... for some reason my system does not follow this rule .... . Here
is a simple example of the lilypond file I was using. For some reason the
compilation ends up with a pdf file containing two pages even the first
movment contains only one single bar.  ???

Dominik

--------------------

\header {
   title = "..."
   composer = "..."
}

\version "2.3.1"

MD = \notes {
   \time 2/4
   \key c \major
   c2
}

\score {
      \new Staff \MD
      \header {
         piece = "First Movement"
      }
}

\score {
      \new Staff \MD
      \header {
         piece = "Second Movement"
      }
}

\paper{
  #(set-paper-size "a4")
  linewidth = #(* mm 190)
}

---------------------------



_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to