]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-translator.hh
release: 1.3.95
[lilypond.git] / lily / include / change-translator.hh
index 7dc774ca37ded7086228138632469fe593c760bf..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,26 +1 @@
-/*
-  change-translator.hh -- declare Change_translator
 
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef CHANGE_TRANSLATOR_HH
-#define CHANGE_TRANSLATOR_HH
-
-#include "music.hh"
-
-class Change_translator : public Music
-{
-public:
-  String change_to_type_str_;
-  String change_to_id_str_;
-  
-protected:
-  VIRTUAL_COPY_CONS(Music);
-};
-
-
-#endif // CHANGE_TRANSLATOR_HH