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 01:58:49 +0200 (CEST)

address@hidden writes:
> > you're overwriting the previous value of staff context. Try
> > 
> >        \translator {
> >                  \StaffContext
> >                  \remove  "Time_signature_engraver";
> >                  \accepts CueVoice;
> >        }
> > -- 
> 
> I'm aware that one can do that, but this makes user defined contexts
> much less useful because they aren't modular enough. I would likely
> put a few of these into a lily header file, or use someone else's
> header file. That's why I called it a bug. I didn't file it on the bug
> list, because I'm aware that you might not agree with me :-)

(sigh)

if you want modular, do

   StaffContext = \translator {
                \StaffContext
                .. my modifications ..
   }

-- 

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



reply via email to

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