]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-layout-problem-scheme.cc
Adds bar-number-visibility.ly regtest.
[lilypond.git] / lily / page-layout-problem-scheme.cc
index e4c62d3d291aef9c35df3695b68ac6abdf0a6ad8..9e976fef5d6c2bfc10ce076bc775525c6d31d76b 100644 (file)
@@ -22,8 +22,8 @@
 #include "page-layout-problem.hh"
 
 LY_DEFINE (ly_get_spacing_spec, "ly:get-spacing-spec", 2, 0, 0,
-          (SCM from_scm, SCM to_scm),
-          "Return the spacing spec going between the two given grobs,"
+           (SCM from_scm, SCM to_scm),
+           "Return the spacing spec going between the two given grobs,"
            " @var{from_scm} and @var{to_scm}.")
 {
   LY_ASSERT_SMOB (Grob, from_scm, 1);