bug-lilypond
[Top][All Lists]
Advanced

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

PageLayout - no rhyme no reason.... Lilypond 2.9.24 - Windows.


From: Trent Johnston
Subject: PageLayout - no rhyme no reason.... Lilypond 2.9.24 - Windows.
Date: Mon, 16 Oct 2006 23:52:47 +1000

Hello,

I've been struggling with page-layout with recent versions of Lilypond. But
I think I've narrowed a bug when using #(define page-breaking
optimal-page-breaks)   - all manual \breaks and \pageBreaks are ignored.
(see code below)

There are still other problems I can't narrow down without a fuller example
but sometimes using the newer page-break routines user \pageBreaks and
\breaks are ignored.

Also when compiling a score of different movements some are spaced tightly
but other movements are spaced with only one bar per line.

Trent

==========================================
using #(define page-breaking optimal-page-breaks)  all manual \breaks and
\pageBreaks are ignored.
==========================================


\version "2.9.24"

\include "english.ly"

staffViolin = \new Staff  {
 \time 4/4
 \set Staff.midiInstrument="violin"
 \key c \major
 \clef treble
 \relative c' {
c1 c2 c2 c4 c c c c8 c8 c8 c8 c8 c8 c8 c8  \break
c1
c1 \pageBreak
c1
c1 \break
c1
c1 \pageBreak
c1
c1 \break
c1
c1 \pageBreak
c1
}}

\score {
 <<
  \staffViolin
 >>

\layout  {  }
}

\paper {
#(define page-breaking optimal-page-breaks)
}





reply via email to

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