bug-lilypond
[Top][All Lists]
Advanced

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

Re: lyrics placement with two voice


From: Mats Bengtsson
Subject: Re: lyrics placement with two voice
Date: Mon, 05 Mar 2007 11:35:42 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

Manfred, the problem in your code is easy to solve. Just replace \lyrics
by \lyricmode. The \lyrics command is supposed to be equivalent to
\new Lyrics \lyricmode, but it seems that the true bug is that \lyrics doesn't
do exactly that but something else.

Graham, I haven't looked at the implementation in any detail, but I wouldn't
be surprised if \drums and \figures has the same flaw, i.e. they don't do
the same as \new but something else, to create the context.

  /Mats

Graham Percival wrote:
Manfred Olm wrote:
minimal example in english for the first issue

Thanks for trying, but this can still be much smaller. Here's my version of your first bug (hymneNuit1.ly):

\version "2.10.20"
words = \lyrics{
 one two
}

<<
  \new Voice = "sop" { c1 }
  \new Lyrics \lyricsto "sop" { \words }
  \new Voice = "alt" { c2 c }
  \new Lyrics \lyricsto "alt" { \words }
>>


I've entered this as
http://code.google.com/p/lilypond/issues/detail?id=329

Could you try to create a similar example for your second bug?

The reason I'm being so picky is that somebody needs to make a truly minimal example like this. Sure, it only takes me two minutes to create an example like this... but if I have to do it for every bug report, I get completely burned out and fed up with lilypond.

Cheers,
- Graham


_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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