]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
* lily/bar-line.cc (compound_barline): fix : for staff without
[lilypond.git] / lily / include / duration.hh
index c6c194d2269be5f02bc3026a80c134234cd433cb..6d8667febbf83ac7bcf69cb514406fd92dc8b817 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the LilyPond music typesetter
 
-  (c)  1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 
 */
 
@@ -22,7 +22,7 @@ public:
   
   Duration ();
   Duration (int, int);
-  String string () const;
+  String to_string () const;
 
   Duration compressed (Rational) const;
   Rational get_length () const ;
@@ -32,7 +32,6 @@ public:
 
   static int compare (Duration const&, Duration const&);
 
-  SCM smobbed_copy () const;
   DECLARE_SCHEME_CALLBACK (less_p, (SCM a, SCM b));
   DECLARE_SIMPLE_SMOBS (Duration,);