bug-lilypond
[Top][All Lists]
Advanced

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

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


From: Karai Csaba
Subject: Re: Problem with rendering chords + lyrics at the same time in 2.13.6-1
Date: Sat, 31 Oct 2009 20:54:44 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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






reply via email to

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