]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/duration.hh
* flower
[lilypond.git] / lily / include / duration.hh
index 931fdab7c9aae1fd0efb3be63c7821692e80bf4e..4b7926d7a743255b55a01744c403c258fb134b50 100644 (file)
@@ -1,10 +1,9 @@
 /*
   duration.hh -- declare Duration
-  
+
   source file of the LilyPond music typesetter
 
   (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
-
 */
 
 #ifndef DURATION_HH
 
 /**
    A musical duration.
-  */
-struct Duration {
+*/
+struct Duration
+{
 public:
-  
+
   Duration ();
   Duration (int, int);
   String to_string () const;
 
   Duration compressed (Rational) const;
-  Rational get_length () const ;
+  Rational get_length () const;
   Rational factor () const { return factor_; }
   int duration_log () const;
   int dot_count () const;
 
-  static int compare (Duration const&, Duration const&);
+  static int compare (Duration const &, Duration const &);
 
   DECLARE_SCHEME_CALLBACK (less_p, (SCM a, SCM b));
-  DECLARE_SIMPLE_SMOBS (Duration, );
+  DECLARE_SIMPLE_SMOBS (Duration,);
 
 private:
   /// Logarithm of the base duration.