lilypond-user
[Top][All Lists]
Advanced

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

Re: cannot find Voice


From: Ferenc Wagner
Subject: Re: cannot find Voice
Date: Mon, 24 May 2004 00:11:13 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux)

Erik Sandberg <address@hidden> writes:

> On Wednesday 19 May 2004 19.19, Ferenc Wagner wrote:
>
>> 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' }
>>         }
>
> Try:
>          \new Staff \context Voice = "choir"
> { \set Staff.midiInstrument = "choir aahs" c' d' }
>   
> For some reason I don't understand, lily doesn't like when
> the change of Voice for addlyrics is done in the middle of
> a sequential block. I have reported this as a bug soem
> time ago.

Thanks, Erik, this also works, and probably constitutes
better style anyway.  The lack of understanding feels better
when shared, at least for me... ;)
-- 
Cheers,
Feri.




reply via email to

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