bug-lilypond
[Top][All Lists]
Advanced

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

showLastLength and \break


From: Alard de Boer
Subject: showLastLength and \break
Date: Sat, 3 Jan 2009 11:12:52 +0100

When using showLastLength from a moment that also has a \break, all
staves are put on top of each other. For example,

\version "2.12.1"
showLastLength = R1*2
{
    c'1 \break  % comment out this \break and everything is fine again
    e'1 \break
    g'1
}

If I compile this, the result contains the staff with the e'1 and that with
the g'1 on top of each other, and I get these errors and warnings:

$ lilypond test4.ly
GNU LilyPond 2.12.1
Processing `test4.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
programming error: system with empty extent
warning: Can't fit systems on page -- ignoring between-system-padding
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: inf staff space
Setting to zero.
continuing, cross fingers
Layout output to `test4.ps'...
Converting to `./test4.pdf'...

(PNG attached)

-- 
Groeten,
Alard.

http://www.travelblog.org/Bloggers/Alard/

Attachment: test4.png
Description: PNG image


reply via email to

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