]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/music-functions.scm
* lily/identifier-smob.cc (unpack_identifier): new file.
[lilypond.git] / scm / music-functions.scm
index 60fe590d09d16cce75a1c50b7615ff95e4411354..cb2aa8e8c7b1b034aacbaf8e8b0e4cbc84e47816 100644 (file)
@@ -325,6 +325,9 @@ this is not an override
      m
      ))
 
+(define-public (empty-music)
+  (ly-id (ly-make-music "Music"))
+  )
 ;;;
 
 ; Make a function that checks score element for being of a specific type.