[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3582 in lilypond: Patch: Let make-music accept exi
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3582 in lilypond: Patch: Let make-music accept existing music or alists as source |
Date: |
Wed, 25 Sep 2013 12:39:16 +0000 |
Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new
New issue 3582 by address@hidden: Patch: Let make-music accept existing music
or alists as source
http://code.google.com/p/lilypond/issues/detail?id=3582
Let make-music accept existing music or alists as source
This makes it possible to replace, say, a @samp{NoteEvent} in
@var{event} with a @samp{SkipEvent} (preserving all information) by
writing
(make-music 'SkipEvent event)
The first commit only changes the definition of make-music. A second
commit is
Use make-music with music arguments
http://codereview.appspot.com/13904043
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
- [Lilypond-auto] Issue 3582 in lilypond: Patch: Let make-music accept existing music or alists as source,
lilypond <=