bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyrics skip first note when mixed with formatting


From: Mats Bengtsson
Subject: Re: Lyrics skip first note when mixed with formatting
Date: Sun, 05 Aug 2007 22:58:48 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

This is clearly a bug, which was introduced somewhere
between version 2.8 and 2.10.

I hope you have found out the following workaround:

\version "2.11.27"
\score {
 \new StaffGroup <<
   \new Voice = "abc" {
     \relative c'' {
       c4 c4 c4 c4
   } }
   \new Lyrics \with {
     fontSize = #-1
     stanza = "1."
     }
     \lyricsto "abc" {
       foo bar baz quux
}  >> }

  /Mats

Peter Budny wrote:

I have the following fragment:
% -*- coding: utf-8 -*-
\version "2.11.27"
\score {
 \new StaffGroup <<
   \new Voice = "abc" {
     \relative c'' {
       c4 c4 c4 c4
   } }
   \new Lyrics {
     \small
     \set stanza = "1."
     \lyricsto "abc" {
       foo bar baz quux
} } >> }

The things to note are the "\small" and the "\set stanza" just inside
the Lyrics. With either of those present, the lyrics skip the first
note, and "foo" ends up on the second note. Only if I remove both of the
formatting commands does "foo" end up on the first note.

This might just be me doing something horribly wrong, but after pouring
over the manual, I can't see how else I should include those formatting
commands. Unless someone can show me a right way to do this, it looks
like a bug to me.



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