On Tuesday 20 June 2006 00:07, Erik Sandberg wrote:
> On Monday 19 June 2006 12:12, Han-Wen Nienhuys wrote:
> > Paul Scott schreef:
> > > This used to work in 2.8:
> > >
> > > \version "2.9.9"
> > >
> > > KeyG = \key g \major
> > >
> > > { \KeyG a'' b'' g'' a'' }
> > >
> > >
> > > Have any keywords been added or something that would break this?
> >
> > Erik has done some work on the parser, which might be the cause.
>
> The problem is the difference between MUSIC_IDENTIFIER and
> EVENT_IDENTIFIER. Right now, the latter can only be used for articulations,
> and after my parser cleanups, no event-chord is created around \key.

.. and here's the corresponding regression test also.

-- 
Erik
\version "2.9.10"

\header {
        texidoc = "Variables can be assigned articulations and events."
}

Articulation = -.
Event = \key g \major 

{ \Event c''4-\Articulation }

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to