lilypond-user
[Top][All Lists]
Advanced

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

Re: Using lyrics


From: Gilles
Subject: Re: Using lyrics
Date: Tue, 21 Feb 2006 23:40:16 +0100
User-agent: Mutt/1.5.11

> 
> \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




reply via email to

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