lilypond-user
[Top][All Lists]
Advanced

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

Re: Already have music in score


From: Paul Scott
Subject: Re: Already have music in score
Date: Fri, 05 Aug 2005 03:41:24 -0700
User-agent: Debian Thunderbird 1.0.6 (X11/20050728)

Graham Percival wrote:


On 5-Aug-05, at 3:26 AM, andrew Black wrote:


\version "2.4.2"

\score {
   \context Voice = single  {  c c c }
   % comment out this line and it works ....
   \context Lyrics = singleLyrics \lyricsto single { These are words }
}


You need to wrap these two \contexts with another pair of {}.

\score {
  {
    \context Voice...
    \context Lyrics...
  }
}

Or maybe << >> since the lyrics probably go with the voice.

Paul Scott





reply via email to

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