From: fred Date: Wed, 27 Mar 2002 00:34:26 +0000 (+0000) Subject: lilypond-1.3.116 X-Git-Tag: release/1.5.59~1049 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e0d8d485045495e3f355f801444f34ef67dc445f;p=lilypond.git lilypond-1.3.116 --- diff --git a/lily/chord.cc b/lily/chord.cc index 2aa4b0532e..a4e428e5d4 100644 --- a/lily/chord.cc +++ b/lily/chord.cc @@ -415,7 +415,8 @@ Chord::get_chord (SCM tonic, SCM add, SCM sub, SCM inversion, SCM bass, SCM dur) scm_unprotect_object (n->self_scm ()); } - Simultaneous_music*v = new Request_chord (list); + Simultaneous_music*v = new Request_chord (SCM_EOL); + v->set_mus_property ("elements", list); return v; }