]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grace-iterator.cc
(move_away_from_staffline): new function.
[lilypond.git] / lily / grace-iterator.cc
index a63ad5c814f7edd4c6e095bcd7cce9cf8b70d086..d68bcad7b37ff7a1aeb3bd3f0a4af39d76c0ee78 100644 (file)
 void
 Grace_iterator::process (Moment m)
 {
-  Moment main ;
+  Moment main;
   main.main_part_ = - start_mom_.grace_part_ + m.grace_part_;
   Music_wrapper_iterator::process (main);
 
-  /*
-    We can safely do this, since \grace should always be inside
-    sequential.
-   */
+  /* We can safely do this, since \grace should always be inside
+     sequential.  */
   descend_to_child (child_iter_->get_outlet ());
 }