]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book-scheme.cc
only complain of note-less arpeggios for non-transparent arpeggios
[lilypond.git] / lily / book-scheme.cc
index 541269be6137f8bc1e961b3a4bafcd5768aaf6b6..750917187f65a86612d86fe0d21b2959010be73e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "book.hh"
@@ -30,7 +30,6 @@ LY_DEFINE (ly_make_book, "ly:make-book",
 
   book->scores_ = scm_append (scm_list_2 (scores, book->scores_));
 
-  
   SCM x = book->self_scm ();
   book->unprotect ();
   return x;