lilypond-user
[Top][All Lists]
Advanced

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

Re: Generating a piece with more than one movement


From: Mats Bengtsson
Subject: Re: Generating a piece with more than one movement
Date: Tue, 25 May 2004 14:11:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

What I said holds up to the latest stable version, 2.2.x.
The development version 2.3.1 is still very experimental and
the page layout is one of the major aspects that is under work.

   /Mats

Dominik Baenninger wrote:
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)
}

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


--
=============================================
        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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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