]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rod.cc
doc: add G clef change to Changes
[lilypond.git] / lily / rod.cc
index 1198dee36fd13022aaaf9cdd50395a6c60943352..d5eaa4de3fd57c578d9c88aa1dbc176d9875df14 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1998--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
@@ -54,7 +54,7 @@ Rod::add_to_cols ()
   if (item_drul_[LEFT] != item_drul_[RIGHT]
       && item_drul_[LEFT] && item_drul_[RIGHT])
     Spaceable_grob::add_rod (item_drul_[LEFT],
-                            item_drul_[RIGHT],
-                            distance_);
+                             item_drul_[RIGHT],
+                             distance_);
 }