bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 333 in lilypond: lyrics delayed by one note with \partial and


From: lilypond
Subject: Re: Issue 333 in lilypond: lyrics delayed by one note with \partial and \override VerticalAxisGroup
Date: Mon, 11 Jul 2011 16:19:07 +0000


Comment #4 on issue 333 by address@hidden: lyrics delayed by one note with \partial and \override VerticalAxisGroup
http://code.google.com/p/lilypond/issues/detail?id=333

Even more stripped down:

\version "2.15.5"

<<
  \new Voice = "abc" \relative c'' { c4 c4 }
  \new Lyrics {
    \small
    \lyricsto "abc" { A B }
  }



The problem is that the \lyricsto is placed inside the Lyrics {...}. So it is interpreted as the first moment and the \lyricsto has an effect only starting at the second moment.

Attachments:
        Issue333_Lyrics_too_late.ly  130 bytes
        Issue333_Lyrics_too_late.preview.png  5.0 KB




reply via email to

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