]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/slur-configuration.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / slur-configuration.hh
index a4d78f99c912b913fe6cf9449869f3ab085d036c..48ec73644840e93d9f720439f4242482973caaa6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--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
@@ -46,15 +46,15 @@ public:
   };
 
   int next_scorer_todo;
-  
+
   Slur_configuration ();
 
   Real score () const { return score_; }
-  string card () const { return score_card_; } 
+  string card () const { return score_card_; }
   void add_score (Real, string);
-  
+
   void generate_curve (Slur_score_state const &state, Real r0, Real h_inf,
-                      vector<Offset> const &);
+                       vector<Offset> const &);
   void run_next_scorer (Slur_score_state const &);
   bool done () const;
   static Slur_configuration *new_config (Drul_array<Offset> const &offs, int idx);
@@ -72,7 +72,7 @@ protected:
 class Slur_configuration_less
 {
 public:
-  bool operator () (Slur_configuration* const& l, Slur_configuration* const& r)
+  bool operator () (Slur_configuration *const &l, Slur_configuration *const &r)
   {
     // Invert
     return l->score_ > r->score_;