]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.3.145
[lilypond.git] / lily / include / command-request.hh
index 5415808e58e8c03d3dca1b0accbe596694691c7b..8c4cbeeb51fb9e5928af904a09b836c6a6cb1a6d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 class Break_req : public Request {
 public:
-
-  Break_req ();
 protected:
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 class Mark_req : public Request {
 public:
   virtual bool do_equal_b (Request const*) const;
   SCM mark_label ();
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /*
@@ -37,25 +35,20 @@ public:
 class Tempo_req : public Request
 {
 public:
-  Duration dur_;
-
-
-  Tempo_req();
+  Tempo_req ();
 protected:
-
-  VIRTUAL_COPY_CONS(Music);
-  bool do_equal_b (Request const *) const;
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /// check if we're at start of a  measure.
 class Barcheck_req  : public Request  {
 public:
   bool do_equal_b (Request const *) const;
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 class Breathing_sign_req : public Request {
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /**
@@ -67,9 +60,10 @@ public:
   SCM pitch_alist ();
   
 protected:
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
+  bool do_equal_b (Request const * ) const;
   void transpose (Pitch  d);
-  bool do_equal_b (Request const * )const; 
 };
 
 #endif // COMMANDREQUEST_HH
+