]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music.hh
(LY_DEFINE): move
[lilypond.git] / lily / include / music.hh
index f09ba2f851a1d856da0f87602ce1dfe6750a15be..223764bb14d897eeb25bbf466033d56e0bdb9c50 100644 (file)
@@ -62,6 +62,11 @@ protected:
 Music *unsmob_music (SCM);
 Music *make_music_by_name (SCM sym);
 SCM ly_music_deep_copy (SCM);
+SCM ly_camel_case_to_lisp_identifier (SCM name_sym);
+
 extern SCM ly_music_p_proc;
 
+/* common transposition function for music and event */
+SCM transpose_mutable (SCM alist, Pitch delta);
+
 #endif /* MUSIC_HH */