>Hi,
I've played a little bit with lilypond, minimal sample is below.
I guess that the problem is somehow related to stemDown.
- the minimal sample is wrongly rendered because of b4 (stemDown)
- change b4 -> to a4, the sample is rendered well (stemUp)
- add \stemDown to a4 -> rendering problem
- change back a4 -> b4, change \stemDown->\stemUp, all is rendered well
- lyrics are required, otherwise you can't reproduce the bug
Thanks,
Csaba
Minimal sample:
================
\paper {
indent = 0\mm
paper-width = 58\mm
paper-height = 67\mm
top-margin = 0\mm
bottom-margin = 0\mm
left-margin = 0\mm
right-margin = 0\mm
}
#(set-global-staff-size 16)
\version "2.13.6"
\score {
<<
\chords
{
d2 d d d d d
}
\relative c''
{
\key d \major
b4 b4 b4 b4 b4 b4 b4 b4
b4 b4 b4 b4
}
\addlyrics {
word word word word word word word word
}
>>
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond