lilypond-user
[Top][All Lists]
Advanced

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

Re: Help with lyric contexts


From: Tomas Valusek
Subject: Re: Help with lyric contexts
Date: Sun, 17 Dec 2006 16:18:16 +0100
User-agent: Thunderbird 1.5.0.8 (Windows/20061025)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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