> 
> \score {
>  \new Staff {
>    \context Voice = "mezzo" {c'1}
>    \lyricsto "mezzo" {lah }
>  }
> }
> 
> When I compile, I don't get any lyrics. If I explicitly set \lyricmode 
> before {lah }, I still get no lyrics. I must be missing something important.
> 

Two missing bits:  Angle brackets and "\new Lyrics", as in

\score {
 \new Staff {
   <<
     \context Voice = "mezzo" { c'1 }
     \lyricsto "mezzo" \new Lyrics { lah }
   >>
 }
}


Regards,
Gilles


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to