]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-engraver.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / staff-symbol-engraver.cc
index 8245bbf8e59a5749838f46b23ae4f945387c4df2..d9d9fb574336323e409fd33995d1224b3ec640e3 100644 (file)
@@ -59,7 +59,7 @@ Staff_symbol_engraver::finalize ()
 {
   if (span_)
     {
-      span_->set_bound (RIGHT,unsmob_grob (get_property ("currentCommandColumn")));
+      span_->set_bound (RIGHT, unsmob_grob (get_property ("currentCommandColumn")));
     }
   span_ = 0;
 }