i have something like

\version "2.10.2"
tope = \relative c'  {

\key ees \major
\time 4/4

\new Voice = melodia {
<< { \stemUp bes'2 <ees, bes'>4 <d bes'> } \\ { \stemDown d ( f ) } >>
}
}
versoUno = \lyricmode {
\set stanza = "1. "
¡San4 -- to!4 ¡San4 -- to!4

}


\score {
<<

\context ChoirStaff <<
\new Staff = tope { \tope }
\new Lyrics \lyricsto "melodia" \versoUno
>>

>>

}

No lyrics added





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to