]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
(open_request_parens): add input locations to
[lilypond.git] / lily / include / duration.hh
index c256f74d85ea986c7913b1957aa96331dceee057..49fe93e24390104e6f00d90bb9f472cce63650eb 100644 (file)
    A musical duration.
   */
 struct Duration {
+public:
+  
   Duration ();
   Duration (int, int);
   String str () const;
-  void set_plet (int,int );
+
   Duration compressed (Rational) const;
   Rational length_mom () const ;
+
+
+  int duration_log ()const;
+  int dot_count () const;
+
   static int compare (Duration const&, Duration const&);
 
   SCM smobbed_copy () const;
   DECLARE_SCHEME_CALLBACK (less_p, (SCM a, SCM b));
   DECLARE_SIMPLE_SMOBS (Duration,);
-
-public:
-  int duration_log ()const;
-  int dot_count () const;
   
 private:
     /// Logarithm of the base duration.