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)
}



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

Reply via email to