bug-lilypond
[Top][All Lists]
Advanced

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

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


From: Joe Neeman
Subject: Re: PageLayout - no rhyme no reason.... Lilypond 2.9.24 - Windows.
Date: Sun, 22 Oct 2006 17:54:56 +0200

If you haven't already, could you try 2.9.26?

Thanks,
Joe

On Mon, 2006-10-16 at 23:52 +1000, Trent Johnston wrote:
> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond





reply via email to

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