lilypond-user
[Top][All Lists]
Advanced

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

page-turn-breaking and ragged-bottom


From: Lukas-Fabian Moser
Subject: page-turn-breaking and ragged-bottom
Date: Tue, 10 Apr 2018 13:19:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Hello everybody,

it seems that page-turn-breaking and ragged-bottom do not like each other very much. Is the following intended behaviour? The music should comfortably fit on one or two pages (one page is enough when I do not allow ragged bottom). Two pages would be okay, but three pages seem absurd.


\version "2.19.80"

\paper {
  ragged-bottom = ##t
  #(define page-breaking ly:page-turn-breaking)
  first-page-number = 2
}

\layout {
  \context {
    \Staff
    \consists "Page_turn_engraver"
  }
}


\new Staff { \repeat unfold 40 \relative c' { d8 d d d d d d d } \bar "|." }
\new Staff { \repeat unfold 20 \relative c' { d8 d d d d d d d } \bar "|." }



Best
Lukas

Attachment: pageturn.pdf
Description: Adobe PDF document

Attachment: pageturn.ly
Description: Text Data


reply via email to

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