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
pageturn.pdf
Description: Adobe PDF document
\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 "|." }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user