]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-engraver.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / axis-group-engraver.cc
index b3d789644321a40c61ecd69807203893d191a6e3..ee20505c4ee453c6b7caaaa5d9b14d24ff4629eb 100644 (file)
@@ -45,7 +45,7 @@ Axis_group_engraver::process_music ()
     {
       staffline_ = get_spanner ();
       Grob *  it = unsmob_grob (get_property ("currentCommandColumn"));
-      staffline_->set_bound (LEFT,it);
+      staffline_->set_bound (LEFT, it);
     }
 } 
 
@@ -81,7 +81,7 @@ Axis_group_engraver::finalize ()
 
   Grob *  it = unsmob_grob (get_property ("currentCommandColumn"));
 
-  staffline_->set_bound (RIGHT,it);
+  staffline_->set_bound (RIGHT, it);
 
   staffline_ = 0;
 }