diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-03-10 14:36:16 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-03-10 14:36:16 +0000 |
commit | 58bcc84c9480dae1b21bc24d8396b91fe19e0131 (patch) | |
tree | 5aeb331a20e1d259376ebf419f71fdd1ca1ab90e /lily/book-scheme.cc | |
parent | 8942177c7566bc201b53d7829f23523961e80537 (diff) |
* flower
* lily
* kpath-guile: Nitpick run: buildscripts/fixcc.py.
Diffstat (limited to 'lily/book-scheme.cc')
-rw-r--r-- | lily/book-scheme.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lily/book-scheme.cc b/lily/book-scheme.cc index 058be63a9e..5c86770e3f 100644 --- a/lily/book-scheme.cc +++ b/lily/book-scheme.cc @@ -11,12 +11,12 @@ #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"); |