]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slur-scoring.cc
Build: Version dependency for python preamble (issue 1726).
[lilypond.git] / lily / slur-scoring.cc
index 3f753ae1ccd9626feacd36f54303f76554b41b37..543137dc486b368edea25cb69ac2eaf536512df8 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1996--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -268,7 +268,7 @@ Slur_score_state::fill (Grob *me)
 
   extra_encompass_infos_ = get_extra_encompass_infos ();
 
-  Interval additional_ys (0.0,0.0);
+  Interval additional_ys (0.0, 0.0);
 
   for (vsize i = 0; i < extra_encompass_infos_.size (); i++)
     {
@@ -294,10 +294,10 @@ Slur_score_state::fill (Grob *me)
                                        (dir_
                                         * (parameters_.encompass_object_range_overshoot_
                                            + (y_place - encompass_place)
-                                              * (normalize (extra_encompass_infos_[i].extents_[X_AXIS].center (),
-                                                            base_attachments_[RIGHT][X_AXIS],
-                                                            base_attachments_[LEFT][X_AXIS])
-                                               + (dir_ == LEFT ? 0 : -1)))));
+                                           * (normalize (extra_encompass_infos_[i].extents_[X_AXIS].center (),
+                                                         base_attachments_[RIGHT][X_AXIS],
+                                                         base_attachments_[LEFT][X_AXIS])
+                                              + (dir_ == LEFT ? 0 : -1)))));
           while (flip (&d) != LEFT);
         }
     }