Dies ist das Archiv des alten Forums (bis März 2017). Das aktuelle Forum ist unter https://lilypondforum.de zu finden.
This is the archive of the old forum (until March 2017). You can find the current forum at https://lilypondforum.de.
\version "2.19.25" \score { { \autoPageBreaksOff % get assertion failure with 18 measures, but not with 17 \repeat unfold 18 s1 } \layout { } }
autoPageBreaksOff = \overrideProperty Score.NonMusicalPaperColumn.page-break-permission ##f
\version "2.19.52"autoPageBreaksOff =\overrideProperty Score.NonMusicalPaperColumn.page-break-permission ##f\score{ { \autoPageBreaksOff % get assertion failure with 18 measures, but not with 17 \repeat unfold 18 s1 } \layout { }}
#(define testMusic (if (string-ci>? (cadr (string-split (lilypond-version) #\.)) "16");; 2.18. and higher#{ \override Score.NonMusicalPaperColumn.line-break-permission = ##f \override Score.NonMusicalPaperColumn.page-break-permission = ##f \repeat unfold 320 b2 \break R1 \repeat unfold 320 b2 #}#{ \override Score.NonMusicalPaperColumn #'line-break-permission = ##f \override Score.NonMusicalPaperColumn #'page-break-permission = ##f \repeat unfold 320 b2 \break R1 \repeat unfold 320 b2 #}))\new Staff \testMusic