> Hi,

I have a problem, that chords are rendered onto the staff in some cases.
It's quite hard to create a minimal sample, as the bug is not deterministic. If
I change the lyrics, or add new notes, it's possible that it is rendered well,
so I send the file as it is.

Problem:
- first line always OK
- second or third lines are sometimes misrendered.

Thanks in advance,

    Csaba


Lilypond:


\paper {
  indent = 0\mm
  paper-width =  128\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 a d1 g2 a d1 g2 a d b:m e:m a d1 d2 a d1 g2 a d1 g2 a d b:m e:m a d1
    }
    \relative c''
    {
      \key d \major
      fis,4. fis8 g ( fis4 ) e8 d2 r4 r8 d
      b'4. b8 a4. b8 a2 r4 r8 d,
      b'4. b8 cis4. cis8 d4_ ( a fis ) r8 d
      e4. e8 fis ( e4 ) d8 d2 r4 r8 a
      fis'4. fis8 g4 e d2 r4 r8 d
      b'4 b a4. b8 a2 r4 r8 d,
      b'4 b cis4. cis8 d4_ ( a fis ) r8 d
      e4 e fis8 ( e4 ) d8 d2 r
      \bar "|."
    }
    \addlyrics {
      This is a song. This is a song. This is a song. This is a song. This is a
song.
      This is a song. A B C D E F This is a song. It's a song. This is a song.
This is a song. 
      a b
    }
  >>
}





_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to