I said
If you delete the last line of this exemple ( \score { c'1} ), Lilypond scratches !!!

Sorry i meant "Lilypond crashes" !!!



%%%%%%%%%
\version "2.11.34"
music = {  \repeat "unfold" 74  \relative{ c8 d e f g f e d } }


\score {
 \new Staff\music
 \layout {
   \context { \Score
       \override NonMusicalPaperColumn #'page-break-permission = ##f
   }
 }
}

\pageBreak %% skip by Lilypond if page-break-permission not set to false

\score { c'1}  %% WARNING : don't delete this.

%%%%%%%%%



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to