]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music.hh
release: 1.1.62
[lilypond.git] / lily / include / music.hh
index 8f30e4469821cf537ab226714d3dfef3ad6ae47c..0bd1e966d07330c1a066670649d844c5a3be10b5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 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);
 
   /// The duration of this piece of music
-  virtual Moment duration () const;
+  virtual Moment length_mom () const;
 
   virtual ~Music(){}
   void print() const;