]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
* lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
[lilypond.git] / lily / lily-guile.cc
index 4b2584fc3c6e661796e63ebf61be34e0ff3577bc..ecde4495f28634b7cd1a34c8e3dc8eedead8f540 100644 (file)
@@ -102,10 +102,10 @@ gulp_file_to_string (String fn)
   return result;
 }
 
-LY_DEFINE (ly_gulp_file, "ly:gulp-file", 1,0, 0,
-         (SCM name),
-         "Read the file @var{name}, and return its contents in a string. The "
-" file is looked up using the search path.")
+LY_DEFINE (ly_gulp_file, "ly:gulp-file",
+          1, 0, 0, (SCM name),
+         "Read the file @var{name}, and return its contents in a string.  "
+          "The file is looked up using the search path.")
 {
   return scm_makfrom0str (gulp_file_to_string (ly_scm2string (name)).to_str0 ());
 }