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 21:27:34 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20081227)

>Hi,

I've played a little bit with it, minimal sample is below.
I guess that the problem is 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 -> the stems are down now -> rendering problem
- change back a4 -> b4, change \stemDown->\stemUp,
  the sample is rendered well

That's why I think, that the problem is with the stems.

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



James E. Bailey írta:
> 
> On 31.10.2009, at 08:58, Karai Csaba wrote:
> 
>> Hi,
>>
>> It seems, that it would take too much time for me to understand how
>> lilypond +
>> SCM works, so I can't send a patch how to fix it.
>>
>> I've compared 2.13.3 and 2.13.4, but I couldn't figure out where the
>> problem was.
>>
>> Would it be possible to reopen 873 not to forget this bug?
>>
>> Thanks,
>>
>>     Csaba
>>
> 
> If you can send a minimal example (a measure or two is usually
> sufficient) showing the problem, then we could re-open the issue. As it
> is, there is little likelihood someone will take the time to comb
> through your piece to identify what the problem is.
> 
> James E. Bailey
> 
> 
> 





reply via email to

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