]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ledger-line-engraver.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / ledger-line-engraver.cc
index 3cb3050d86a97ad7d395a2035445f8682be4f166..dec122307bc2b4a4d1a3dbba6e08d1c6e128fa0a 100644 (file)
@@ -44,7 +44,7 @@ void
 Ledger_line_engraver::finalize ()
 {
   if (span_)
-    span_->set_bound (RIGHT,unsmob_grob (get_property ("currentCommandColumn")));
+    span_->set_bound (RIGHT, unsmob_grob (get_property ("currentCommandColumn")));
 }