lilypond-user
[Top][All Lists]
Advanced

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

RE: Cannot find voice


From: Doug Asherman
Subject: RE: Cannot find voice
Date: Thu, 20 May 2004 07:12:21 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040117

You need to "group" the directives; instead of

\new Staff {
  \set blah woof
  \blah blah
}

try

\new Staff <<
  \set blah woof
  \etc etc
>>

Hope this helps.

Doug


==========================================
BEGIN ORIGINAL MESSAGE

Hi!

I get
warning: cannot find Voice: choir
when compiling the attached file.  The output nevertheless
seems good.  The warning disappears if I comment out the
\set command.  Where should I put it to avoid warnings?

\version "2.2.1"
\score {
    <<
        \new Staff {
            \set Staff.midiInstrument = "choir aahs"
            \context Voice = "choir" \notes { c' d' }
        }
        \lyricsto "choir" \new Lyrics \lyrics { du dumm }
    >>
}





reply via email to

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