]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relative-music.hh
Imported sources
[lilypond.git] / lily / include / relative-music.hh
index eb782fa9fe3a17108abedf315376424ef9b8c62c..aca53b64ee46453f70ac3e2cc6b9191ee5bbc988 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Relative_octave_music : public Music_wrapper
 {
 public:
-  Relative_octave_music (SCM l);
   Relative_octave_music ();
   
   VIRTUAL_COPY_CONS (Music);
   virtual Pitch to_relative_octave (Pitch);
 };
 
-
 #endif /* RELATIVE_MUSIC_HH */
 
+