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

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to