bug-lilypond
[Top][All Lists]
Advanced

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

Confusing behaviour


From: Mats Bengtsson
Subject: Confusing behaviour
Date: Fri, 22 Oct 2004 11:47:19 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

Hi,

I just found out that the lyrics in the following example is simply lost
without even a warning printed to the output.
\version "2.3.22"
\score{
  \new ChoirStaff {
    \context Voice = "a"  \relative c' {c d e f}
    \lyricsto a \context Lyrics \lyricmode{Ly -- rics comes here }
}
}

Of course, the following version works as expected.

\version "2.3.22"
\score{
  \new ChoirStaff <<
    \context Voice = "a"  \relative c' {c d e f}
    \lyricsto a \context Lyrics \lyricmode{Ly -- rics comes here }
>>
}


  /Mats

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