lilypond-user
[Top][All Lists]
Advanced

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

Re: Fitting more bars in a line


From: Gilles THIBAULT
Subject: Re: Fitting more bars in a line
Date: Mon, 14 Jan 2008 15:32:05 +0100

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.

%%%%%%%%%





reply via email to

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