lilypond-devel
[Top][All Lists]
Advanced

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

More on 1504


From: Mike Solomon
Subject: More on 1504
Date: Tue, 15 Feb 2011 06:12:44 -0500

This snippet of code:

\paper { ragged-right = ##t }
\new Staff { \relative c' { \cadenzaOn \override Beam #'breakable = ##t 
\override Beam #'grow-direction = #RIGHT a32 [ b c d e f \bar "" \break g ] } }
\new Staff { \relative c' { \cadenzaOn \override Beam #'breakable = ##t 
\override Beam #'grow-direction = #RIGHT a32 [ b c d e \bar "" \break f g ] } }
\new Staff { \relative c' { \cadenzaOn \override Beam #'breakable = ##t 
\override Beam #'grow-direction = #RIGHT a32 [ b c d \bar "" \break e f g ] } }

Gives me:

Parsing...
Interpreting music... 
Preprocessing graphical objects...
Interpreting music... 
Preprocessing graphical objects...
Interpreting music... 
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
programming error: Improbable offset for stencil: inf staff space
Setting to zero.
continuing, cross fingers
programming error: Improbable offset for stencil: inf staff space
Setting to zero.
continuing, cross fingers
programming error: Improbable offset for stencil: nan staff space
Setting to zero.
continuing, cross fingers
Layout output to `feather2.ps'...
warning: Found infinity or nan in output. Substituting 0.0
warning: Found infinity or nan in output. Substituting 0.0
warning: Found infinity or nan in output. Substituting 0.0
warning: Found infinity or nan in output. Substituting 0.0
warning: Found infinity or nan in output. Substituting 0.0
warning: Found infinity or nan in output. Substituting 0.0
warning: Found infinity or nan in output. Substituting 0.0
Converting to `./feather2.pdf'...
success: Compilation successfully completed

****
and the attached result.

Cheers,
MS

Attachment: PastedGraphic-1.pdf
Description: Adobe PDF document


reply via email to

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