]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-check.cc
Run `make grand-replace'.
[lilypond.git] / lily / relative-octave-check.cc
index 651702ce995df26143a19b054b0d8ac4b934151d..8f997ee81a988ad14a0bf6df0a4b6d130f69ba79 100644 (file)
@@ -3,13 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "input.hh"
 #include "international.hh"
 #include "music.hh"
-#include "pitch.hh"
 
 class Relative_octave_check
 {
@@ -46,5 +45,6 @@ Relative_octave_check::relative_callback (SCM music, SCM last_pitch)
     }
 
   return Pitch (p.get_octave () + delta_oct,
-               p.get_notename (), p.get_alteration ()).smobbed_copy ();
+               p.get_notename (),
+               p.get_alteration ()).smobbed_copy ();
 }