]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-specced-music.hh
*** empty log message ***
[lilypond.git] / lily / include / context-specced-music.hh
index e6eb7c8b0f1128d6021d94f2d4632fe7cafe67ec..e1ca431fcf86b904e7ae5d9ff2d1f27dabcbdf0e 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 class Context_specced_music : public Music_wrapper
 {
-
-/*
-  /// The kind of translation needed for this music.  
-  String translator_type_str_;
-
-  /// what identification for the translation unit
-  String translator_id_str_;
-*/
-public:  
-  Context_specced_music (Music*);
-  VIRTUAL_COPY_CONS(Music);
-
+public:
+  Context_specced_music ();
+  Context_specced_music (SCM);
+  VIRTUAL_COPY_CONS (Music);
 };
 #endif /* CONTEXT_SPECCED_MUSIC_HH */