bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyric extender extends far beyond end of voice


From: Mats Bengtsson
Subject: Re: Lyric extender extends far beyond end of voice
Date: Tue, 06 Mar 2007 22:34:44 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

It seems that this bug has been introduced some time after version
2.11.10 (which I happened to have installed at home).

David, I hope you realize that the 2.11.x series of releases are
experimental and that the stable version 2.10.x is recommended
for any serious typesetting.

  /Mats

David Feuer wrote:

This is a problem when an extra voice ends on a long note or series of notes.

Short example:

\version "2.11.19"
\include "english.ly"

melody = \relative c' {
 a4 b c d |
 \voiceOne
 <<
   { e f g a | c d c d | }
   \new Voice = extra {
     \voiceTwo
     f, g a b ~ |
     b ~ b ~ b ~ b |
   }
 >>
 \oneVoice
 a b c d |
}

words = \lyricmode {
 one two three four
 five six seven eight
 nine ten eleven twelve
}

extrawords = \lyricmode {
 uno dos tres cuatro __
}

<<
 \new Voice = mel \melody
 \new Lyrics \lyricsto mel \words
 \new Lyrics \lyricsto extra \extrawords




_______________________________________________
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]