bug-lilypond
[Top][All Lists]
Advanced

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

Problem with rendering chords + lyrics at the same time in 2.13.6-1


From: Karai Csaba
Subject: Problem with rendering chords + lyrics at the same time in 2.13.6-1
Date: Tue, 27 Oct 2009 06:21:45 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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
    }
  >>
}







reply via email to

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