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: Nicolas Sceaux
Subject: Re: trying to make a music function, Part 3 of X
Date: Sat, 03 Jun 2006 16:52:59 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Kieren MacMillan <address@hidden> writes:

> The one remaining question I have is this: the code you send outputs
> nested SequentialMusic objects
>
> (make-music
>    'SequentialMusic
>    'elements
>    (list (make-music
>            'SequentialMusic
>            'elements
>            (list (make-music
>                    'ContextSpeccedMusic
>      ...
>
> whereas my "sample" displayMusic (of the same music built manually)
> outputs a single SM object
>
> (make-music
>    'SequentialMusic
>    'elements
>    (list (make-music
>            'ContextSpeccedMusic
>      ....
>
> Is this not a problem?

No it isn't.





reply via email to

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