X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmusic.hh;h=00d6f1962cb171e3ca0cb01e249b18e4bb2d208e;hb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;hp=ec6f98766cdc3d912f6f87ee74dbcc3c33a3f0eb;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;p=lilypond.git diff --git a/lily/include/music.hh b/lily/include/music.hh index ec6f98766c..00d6f1962c 100644 --- a/lily/include/music.hh +++ b/lily/include/music.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ #ifndef MUSIC_HH @@ -61,7 +61,7 @@ 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); +SCM ly_camel_case_2_lisp_identifier (SCM name_sym); extern SCM ly_music_p_proc;