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 }
    >>
}



_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to