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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================


_______________________________________________ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to