]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music.hh
release: 1.1.62
[lilypond.git] / lily / include / music.hh
index ad8dca599f93affbd60d72d04f3cabdd3a22c7c4..0bd1e966d07330c1a066670649d844c5a3be10b5 100644 (file)
 class Music:public Input {
 public:
     
-  /** The kind of translation needed for this music.  This doesn't
-    make sense for simple (ie non-list) music, but it does no harm
-    here. Yes, it did harm Music_sequence: you can forget to copy it.
-      
-    */
-  String translator_type_str_;
-
-  /// what identification for the translation unit
-  String translator_id_str_;    
 
   virtual Musical_pitch to_relative_octave (Musical_pitch);