]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/book.hh
Merge branch 'lilypond/translation'
[lilypond.git] / lily / include / book.hh
index 83a645c850265792c8c228ec376e43acb3a3d834..f99b7875f0156ef751dc3b0545513f77125a3436 100644 (file)
@@ -31,7 +31,6 @@ class Book
   DECLARE_SMOBS (Book);
 
 public:
-  string user_key_;
   SCM header_;
   Output_def *paper_;
   SCM scores_;
@@ -39,8 +38,8 @@ public:
   SCM input_location_;
 
   Book (Book const &);
-  Input *origin() const;
-  VIRTUAL_COPY_CONSTRUCTOR(Book, Book);
+  Input *origin () const;
+  VIRTUAL_COPY_CONSTRUCTOR (Book, Book);
   Book ();
   void add_score (SCM);
   void add_bookpart (SCM);