]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book-scheme.cc
* flower
[lilypond.git] / lily / book-scheme.cc
index 058be63a9ecea87bd5e682938270c32134cc8eda..5c86770e3f69648ccd88af4be95b2e3012f74122 100644 (file)
 #include "score.hh"
 #include "ly-module.hh"
 
-LY_DEFINE(ly_make_book, "ly:make-book",
-         2, 0, 1, (SCM paper, SCM header, SCM scores),
-         "Make a \\book of @var{paper} and @var{header} (which may be #f as well)  "
-         "containing @code{\\scores}.")
+LY_DEFINE (ly_make_book, "ly:make-book",
+          2, 0, 1, (SCM paper, SCM header, SCM scores),
+          "Make a \\book of @var{paper} and @var{header} (which may be #f as well)  "
+          "containing @code{\\scores}.")
 {
-  Output_def * odef = unsmob_output_def (paper);
+  Output_def *odef = unsmob_output_def (paper);
   SCM_ASSERT_TYPE (odef, paper,
                   SCM_ARG1, __FUNCTION__, "Output_def");