]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/request.hh
* lily/include/debug.hh: deprecate.
[lilypond.git] / lily / include / request.hh
index 0f693ce13da94a8356f4f9b7eda743b2816c4e6e..b612cb76fbc75f544ed86a0793e56a4962b5f924 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #ifndef REQUEST_HH
@@ -27,7 +27,7 @@
 class Request : public Music {
 public:
   Request ();
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
   bool equal_b (Request const*) const;
 protected:
   virtual bool do_equal_b (Request const*) const;
@@ -41,8 +41,7 @@ class Script_req : public virtual Request
 public:
   void set_direction (Direction d);
   Direction get_direction () const;
-
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
   Script_req ();
 };
 
@@ -58,12 +57,12 @@ public:
   void set_span_dir (Direction d);
   Direction get_span_dir () const;  
   
-  Span_req();
+  Span_req ();
 protected:
   
   virtual bool do_equal_b (Request const*) const;
 
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /**
@@ -71,7 +70,7 @@ protected:
  */
 class Tie_req : public Request {
 public:
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 #endif