]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-types.scm
* lily/include/event.hh: remove file.
[lilypond.git] / scm / define-music-types.scm
index f0d555743bb7ed18c01cf4070fd06dd0c6d0866d..24e45dad8a90a910c7f2512b4869922201ec4bad 100644 (file)
@@ -814,7 +814,7 @@ and values. E.g:
   (let ((props (hashq-ref music-name-to-property-table name '())))
     (if (not (pair? props))
        (ly:error (_ "can't find music object: ~S") name))
-    (let ((m (ly:make-bare-music (cdr (assoc 'internal-class-name props)) props)))
+    (let ((m (ly:make-music props)))
       (define (set-props mus-props)
        (if (and (not (null? mus-props))
                 (not (null? (cdr mus-props))))