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

Reply via email to