bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1579 in lilypond: Overextended lyrics extenders


From: lilypond
Subject: Issue 1579 in lilypond: Overextended lyrics extenders
Date: Mon, 28 Mar 2011 06:48:07 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1579 by brownian.box: Overextended lyrics extenders
http://code.google.com/p/lilypond/issues/detail?id=1579

Reported by Michael Welsh Duggan,
http://lists.gnu.org/archive/html/bug-lilypond/2011-03/msg00459.html :

%  the same for 2.13.55
%--------------8<-----------------------
When including a small descant lyric line, an extender at the end may end up extending indefinitely. I am working from git as of yesterday:


\version "2.13.51"

<<
  \new Lyrics = above \with {
    \override VerticalAxisGroup #'staff-affinity = #DOWN } s1
  \new Staff {
    \new Voice = "main"
    \relative c'' {
      a1
      <<
        \new Voice = "descanta" { \voiceOne c2 d( c1) }
        { \voiceTwo a2 a a a }
      >>
      a1
      % With the next note, the extender on the "oo" is too long.  If
      % the next note is removed, behavior is correct.
      a
    }
  }
  \new Lyrics \lyricsto "main" \lyricmode {
    Ah, ah, ah, ah, ah, ah, ah. }
  \context Lyrics = above \lyricsto "descanta" \lyricmode { Oo -- oo __ }


%--------------8<-----------------------

Attachments:
        test33.png  2.4 KB
        test33-2.png  2.3 KB




reply via email to

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