lilypond-devel
[Top][All Lists]
Advanced

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

Re: trying to make a music function, Part 3 of X


From: Erik Sandberg
Subject: Re: trying to make a music function, Part 3 of X
Date: Sat, 3 Jun 2006 13:24:20 +0200
User-agent: KMail/1.9.1

On Saturday 03 June 2006 10:57, Nicolas Sceaux wrote:
> Kieren MacMillan <address@hidden> writes:
> > What I want to get is
> >
> > (make-music
> >    'SequentialMusic
> >    'elements
> >    (list (make-music 'ContextSpeccedMusic ...)
> >          (make-music 'EventChord
> >            'elements
> >            (list (make-music 'NoteEvent ...)
> >                  (make-music 'AbsoluteDynamicEvent ...)))))
>
> So here you can see that, having an EventChord, you have to build a
> SequentialMusic expression, containing a ContextSpeccedMusic element for
> the property override, and the modified EventChord.

FYI: I have some patches which will be committed soon, which make it 
unnecessary to wrap all events in EventChords.

-- 
Erik




reply via email to

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