On Saturday 03 June 2006 10:57, Nicolas Sceaux wrote:
> Kieren MacMillan <[EMAIL PROTECTED]> 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


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

Reply via email to