X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fchange-translator.hh;h=8b137891791fe96927ad78e64b0aad7bded08bdc;hb=f2f5eb23db6c2daf882957dcfe472657c8bdb1b6;hp=7dc774ca37ded7086228138632469fe593c760bf;hpb=dcb8f596283022b8fdc4385c5f9f72d48c6b46fa;p=lilypond.git diff --git a/lily/include/change-translator.hh b/lily/include/change-translator.hh index 7dc774ca37..8b13789179 100644 --- a/lily/include/change-translator.hh +++ b/lily/include/change-translator.hh @@ -1,26 +1 @@ -/* - change-translator.hh -- declare Change_translator - source file of the GNU LilyPond music typesetter - - (c) 1997--2000 Han-Wen Nienhuys -*/ - - -#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