this dosent work
\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
>>
>>
}
On Dec 17, 2006, at 11:18 AM, Tomas Valusek wrote:
Hello,
you omitted << ... >> construct, since lyrics and voice have to be
simultaneous.
\score
{
<<
\new Voice = "cantor" { a c b }
\new Lyrics \lyricsto "cantor" { please work }
>>
}
See section 7.3.4: Lyrics context for more information.
Tomas Valusek
Andrew Black - lists napsal(a):
I am probably doing something really silly, but this is driving me
nuts
\version "2.8.6"
\score
{
\new Voice = "cantor" { a c b }
\new Lyrics \lyricsto "cantor" { please work }
}
../exper/vocal_word.ly:5:5: error: syntax error, unexpected "\\new"
\new Lyrics \lyricsto "cantor" { please work }
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user