]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beaming-pattern.cc
add 2007 to (c) year.
[lilypond.git] / lily / beaming-pattern.cc
index 8966657e4813f37b1e55343cf9efcb64ef0fd29f..654230866942aba3d2497a2b0108a0dd572ab23e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "beaming-pattern.hh"
@@ -30,8 +30,7 @@ Beam_rhythmic_element::de_grace ()
 {
   if (start_moment_.grace_part_)
     {
-      start_moment_.main_part_ = 
-       start_moment_.grace_part_; 
+      start_moment_.main_part_ = start_moment_.grace_part_; 
       start_moment_.grace_part_ = 0;
     }
 }