]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-function.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / music-function.hh
index 3cd73d65587b54e9a0cff355f6379d7ac3261958..be3b98bcbe21f162e5717a3e2783c4e0baf476a0 100644 (file)
@@ -1,10 +1,9 @@
-/* 
+/*
   music-head.hh -- declare music_function
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
-  
+
+  (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef MUSIC_FUNCTION_HH
@@ -13,6 +12,8 @@
 #include "lily-guile.hh"
 
 SCM ly_make_music_function (SCM, SCM);
+SCM make_music_function (SCM, SCM);
+
 SCM get_music_function_transform (SCM);
 bool is_music_function (SCM);