]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-layout-problem-scheme.cc
Run grand-replace (issue 3765)
[lilypond.git] / lily / page-layout-problem-scheme.cc
index e4c62d3d291aef9c35df3695b68ac6abdf0a6ad8..9a7c8a416d77538070fe1033d6a44a795903a905 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2011 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2011--2014 Joe Neeman <joeneeman@gmail.com>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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);