]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book-scheme.cc
Run grand replace for 2015.
[lilypond.git] / lily / book-scheme.cc
index 719f1e6b223722afdd85bf9d5346a54ca6a33b41..d5f1c791533b10b4b481159b815ca8e729db3031 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2015 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
@@ -178,6 +178,5 @@ LY_DEFINE (ly_book_scores, "ly:book-scores",
   return b->scores_;
 }
 
-#include "ly-smobs.icc"
 
-IMPLEMENT_TYPE_P (Book, "ly:book?");
+const char Book::type_p_name_[] = "ly:book?";