]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / book.hh
index fa74cd5654184df1ec7bf9a531b45c0d651c46dd..e5dd86e0419095a32c405c71b5948994cd2b3aa5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -44,10 +44,10 @@ public:
   void add_score (SCM);
   void add_bookpart (SCM);
   Paper_book *process (Output_def *def_paper,
-                      Output_def *def_layout);
+                       Output_def *def_layout);
   Paper_book *process (Output_def *default_paper,
-                      Output_def *default_layout,
-                      Paper_book *parent_part);
+                       Output_def *default_layout,
+                       Paper_book *parent_part);
   void set_keys ();
 
 protected:
@@ -55,11 +55,11 @@ protected:
   void add_scores_to_bookpart ();
   bool error_found ();
   void process_score (SCM score,
-                     Paper_book *output_paper_book,
-                     Output_def *layout);
+                      Paper_book *output_paper_book,
+                      Output_def *layout);
   void process_bookparts (Paper_book *output_paper_book,
-                         Output_def *paper,
-                         Output_def *layout);
+                          Output_def *paper,
+                          Output_def *layout);
 };
 
 DECLARE_UNSMOB (Book, book);