X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmusic.hh;h=ce355795d97dba423846a152a5f270d647932bee;hb=ee7a5648ebcede3c2775d944dd91e8e33dfeabad;hp=8f30e4469821cf537ab226714d3dfef3ad6ae47c;hpb=615a9212789c2cb2994748c023d0e19f3a83a0fd;p=lilypond.git diff --git a/lily/include/music.hh b/lily/include/music.hh index 8f30e44698..ce355795d9 100644 --- a/lily/include/music.hh +++ b/lily/include/music.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--2000 Han-Wen Nienhuys */ @@ -30,21 +30,10 @@ */ 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;