]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-configuration.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / tie-configuration.hh
index 715928fd9b3e10e3f5d45fbf9983bfc4a784e495..32ffb45a955f1ec72a5cdf3d8dcd5680f7be191c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -42,7 +42,7 @@ public:
   Direction dir_;
   Real delta_y_;
   Drul_array<int> column_ranks_;
-  
+
   /* computed. */
   Interval attachment_x_;
 
@@ -51,13 +51,13 @@ public:
   void center_tie_vertically (Tie_details const &);
   Bezier get_transformed_bezier (Tie_details const &) const;
   Bezier get_untransformed_bezier (Tie_details const &) const;
-  Real height (Tie_details const&) const;
+  Real height (Tie_details const &) const;
   int column_span_length () const;
-  
+
   static int compare (Tie_configuration const &a,
-                     Tie_configuration const &b);
+                      Tie_configuration const &b);
   static Real distance (Tie_configuration const &a,
-                      Tie_configuration const &b);
+                        Tie_configuration const &b);
 };
 
 INSTANTIATE_COMPARE (Tie_configuration, Tie_configuration::compare);
@@ -76,13 +76,11 @@ public:
   void add_tie_score (Real amount, int i, string description);
   Real score () const;
   void reset_score ();
-  string card () const; 
+  string card () const;
   string tie_card (int i) const { return tie_score_cards_[i]; }
   string complete_tie_card (vsize i) const;
-  string complete_score_card () const; 
+  string complete_score_card () const;
 };
 
 #endif /* TIE_CONFIGURATION_HH */
 
-
-