]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system-start-delimiter-engraver.cc
* lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
[lilypond.git] / lily / system-start-delimiter-engraver.cc
index d8045610bd2754a531477974e537f1bfae3f211f..df94b83400433a380a08f41b2177ca8749fc008a 100644 (file)
@@ -56,7 +56,7 @@ System_start_delimiter_engraver::acknowledge_grob (Grob_info inf)
        {
          inf.grob_->translate_axis ( -0.8, X_AXIS); // ugh
          inf.grob_->set_grob_property ("arch-height",
-           gh_double2scm(gh_scm2double(inf.grob_->get_grob_property
+                                      gh_double2scm (gh_scm2double(inf.grob_->get_grob_property
                                        ("arch-height"))+0.5));
        }
     }