gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: [Gnu-music-discuss] cue context?


From: Han-Wen Nienhuys
Subject: Re: [Gnu-music-discuss] cue context?
Date: Sat, 16 Sep 2000 00:55:29 +0200 (CEST)

address@hidden writes:
> There there seems to be a problem with defining context's. The input
> file below will return a warning message "can't find or create
> `CueVoice' called `'", which initially led me to think there was a
> problem with the syntax or the way I was using it, or some other thing
> having to do with CueVoice. However, the warning is caused by:
> 
> 
>    \translator{
>      \StaffContext
>      \remove "Time_signature_engraver";

you're overwriting the previous value of staff context. Try

       \translator {
                     \StaffContext
                     \remove  "Time_signature_engraver";
                     \accepts CueVoice;
       }
-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/



reply via email to

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