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>>
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
