]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3582: Let make-music accept existing music or alists as source
authorDavid Kastrup <dak@gnu.org>
Wed, 25 Sep 2013 12:05:48 +0000 (14:05 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 1 Oct 2013 05:42:00 +0000 (07:42 +0200)
commit4793ca25b3bea979355c5442d3e3f7bc93e87913
treee01fd4b002bd4eb5fc9c164fb76fb00a49ec467e
parent807468987f41c55c8d78be3d802565e05665fea4
Issue 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)
scm/define-music-types.scm