]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-handle.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / context-handle.hh
index 8e2298a628b6dcb36f5855a0bfee216ba12fcbf5..531affd1480a795e2ef1987d29c66fce953e48ac 100644 (file)
@@ -3,16 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-#ifndef INTERPRETATION_CONTEXT_HANDLE_HH
-#define INTERPRETATION_CONTEXT_HANDLE_HH
+#ifndef CONTEXT_HANDLE_HH
+#define CONTEXT_HANDLE_HH
+
 #include "lily-proto.hh"
 
-/*
-  Rename me to Context_handle.
-*/
 
 class Context_handle
 {
@@ -21,7 +19,6 @@ public:
   Context_handle ();
 
   void set_context (Context *);
-  bool try_music (Music *);
   void operator = (Context_handle const &);
   Context_handle (Context_handle const &);
   Context *get_outlet () const;
@@ -33,5 +30,5 @@ private:
   void up (Context *);
 };
 
-#endif /* INTERPRETATION_CONTEXT_HANDLE_HH */
+#endif /* CONTEXT_HANDLE_HH */