]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relative-octave-check.hh
* lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
[lilypond.git] / lily / include / relative-octave-check.hh
index b6ac316523d07d06d13c290ca3fb6ed5ea7f58ae..72cf3e2a1268a2f503cc8bc5f57fc4ad368f16a7 100644 (file)
 class Relative_octave_check : public Music
 {
 public:
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONSTRUCTOR (Music, Relative_octave_check);
+
   virtual Pitch to_relative_octave (Pitch);
 };
 
-
-#endif /* RELATIVE_MUSIC_HH */
+#endif /* RELATIVE_OCTAVE_CHECK_HH */