]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book-scheme.cc
Doc: Appendix - Articulations and Ornamentation - part 1
[lilypond.git] / lily / book-scheme.cc
index 13a72dbfc7c0cc359855fcd08ca22829de4f359c..9cf9d2281f0359843d3f21bb564f5448e9907af6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2014 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
@@ -177,3 +177,7 @@ LY_DEFINE (ly_book_scores, "ly:book-scores",
   Book *b = unsmob_book (book);
   return b->scores_;
 }
+
+#include "ly-smobs.icc"
+
+IMPLEMENT_TYPE_P (Book, "ly:book?");