bug-lilypond
[Top][All Lists]
Advanced

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

Funky Page Breaks


From: Will Oram
Subject: Funky Page Breaks
Date: Wed, 27 Oct 2004 22:40:42 -0400

In the piece below, in 2.3.22, the output is 2 pages. The first page has a header and a page number, but is otherwise blank. Page 2 has the actual music, which in this case should be just one line.

This has happened before, but I was engraving on a deadline, so I didn't have time to say anything. The appearance is generally the same as the one below: same font size particularly. Even with five or six lines of music, one line was always shoved to the next page.

Bonus points for identifying what tune I'm engraving...;)

Will

---

\version "2.3.22"
\include "english.ly"

#(set-global-staff-size 24)

\header {
        title   = "A Work in Two Pages"
}

thepart = \relative a'' {
        \clef treble
        \key a \major
        \time 4/4
        
        \partial 4*1 fsharp8-.( e-.
        fsharp-. csharp-. a-. csharp-. fsharp,-.) r fsharp'8-.( e-.
        fsharp-. csharp-. a-. csharp-. fsharp,-.) r
}

\score {
        \new Staff << \thepart >>

  \layout { papersize = "letter" }
}
Will Oram
spamguy ^^AT^^ foxchange.com // william.oram ^^AT^^ cwru.edu // AIM spamguy21





reply via email to

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