]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spanner.cc
Restore announce files for 2.0 - 2.12.
[lilypond.git] / lily / spanner.cc
index ba44e83e19627a69facda2f2f17a532ca2c0f78b..92cb9cdf14b102875d0977938f862197ef828a58 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>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -249,7 +249,7 @@ Real
 Spanner::spanner_length () const
 {
   Interval lr = robust_scm2interval (get_property ("X-positions"),
-                                     Interval (1,-1));
+                                     Interval (1, -1));
 
   if (lr.is_empty ())
     {
@@ -259,7 +259,7 @@ Spanner::spanner_length () const
       Direction d = LEFT;
       do
         lr[d] = robust_scm2double (ly_assoc_get (ly_symbol2scm ("X"),
-                                             bounds[d], SCM_BOOL_F), -d);
+                                                 bounds[d], SCM_BOOL_F), -d);
       while (flip (&d) != LEFT);
     }