]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-specced-music.hh
release: 1.3.106
[lilypond.git] / lily / include / context-specced-music.hh
index abcf2c40f3710a810c88c1edc86761df273c4322..e6eb7c8b0f1128d6021d94f2d4632fe7cafe67ec 100644 (file)
 
 class Context_specced_music : public Music_wrapper
 {
-public:
+
+/*
   /// 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);