]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-music.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / relative-octave-music.cc
index 39467959cd9be47cba078368bd49b746acc0e4d6..a6421659a0b8de924fb9e83c989854d0dc5bf2a1 100644 (file)
 class Relative_octave_music
 {
 public:
-  DECLARE_SCHEME_CALLBACK(relative_callback,(SCM,SCM));
-  DECLARE_SCHEME_CALLBACK(no_relative_callback,(SCM,SCM));
+  DECLARE_SCHEME_CALLBACK(relative_callback, (SCM, SCM));
+  DECLARE_SCHEME_CALLBACK(no_relative_callback, (SCM, SCM));
 };
 
-MAKE_SCHEME_CALLBACK(Relative_octave_music,no_relative_callback,2)
+MAKE_SCHEME_CALLBACK(Relative_octave_music, no_relative_callback, 2)
 SCM
 Relative_octave_music::no_relative_callback (SCM music, SCM pitch)
 {
@@ -28,7 +28,7 @@ Relative_octave_music::no_relative_callback (SCM music, SCM pitch)
   return pitch;
 }
 
-MAKE_SCHEME_CALLBACK(Relative_octave_music,relative_callback,2)
+MAKE_SCHEME_CALLBACK(Relative_octave_music, relative_callback, 2)
 SCM
 Relative_octave_music::relative_callback (SCM music, SCM pitch)
 {