]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-book.cc
Doc-es: various updates.
[lilypond.git] / lily / paper-book.cc
index e23ef527772cbe2dc61d192ab2485673e8d0f7ab..c17ed576f1895c0a91febb29164ea9987dda1b0f 100644 (file)
@@ -53,7 +53,7 @@ Paper_book::~Paper_book ()
 {
 }
 
-const char Paper_book::type_p_name_[] = "ly:paper-book?";
+const char * const Paper_book::type_p_name_ = "ly:paper-book?";
 
 SCM
 Paper_book::mark_smob () const
@@ -514,7 +514,7 @@ Paper_book::get_system_specs ()
               SCM footnotes = get_footnotes (unsmob<Stencil> (t)->expr ());
               ps->set_property ("footnotes", footnotes);
               ps->set_property ("is-title", SCM_BOOL_T);
-              if (list == texts)
+              if (scm_is_eq (list, texts))
                 first = ps;
               else
                 {