lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4166 in lilypond: ly:page-turn-breaking also adds


From: lilypond
Subject: [Lilypond-auto] Issue 4166 in lilypond: ly:page-turn-breaking also adds a page turn to very short sheet music
Date: Fri, 17 Oct 2014 15:05:45 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 4166 by address@hidden: ly:page-turn-breaking also adds a page turn to very short sheet music
https://code.google.com/p/lilypond/issues/detail?id=4166

ArnoldTheresius wrote :

Compiling with 2.18.2 on Win7/64 (another user tested it on Mac) I get two
pages,
the first page with the first score block (one line of sheet music),
and the second score block (two lines of sheet music) on the second page.

With 2.18.0 on Win7/64 (and 2.16.2 on Mac OX X 10.4.11) the result
was as expected on one page only. It easily fits on one page.

Example:

\version "2.18.0"

\paper {
  page-breaking = #ly:page-turn-breaking
}

\header{
  title = "odd-pageturnbreaking.ly"
}

I = {
  \repeat unfold 16 g'4
  \bar "||"
}

II = {
  \repeat unfold 52 g'4
  \bar "||"
}

\score {
    \new Staff {
      \I
    }
}

\score {
    \new Staff {
      \II
    }
}

%% END of example

Confirmed with Win7 and Ly 2.18.2


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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