]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.5.29
[lilypond.git] / lily / include / command-request.hh
index 193636d04c0fcfc9f39bceef2fa26c36ff69afa0..204e93fbd655d211e85ef6f421a53b3849e10d92 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>
 */
 
 
 
 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,22 +35,17 @@ public:
 class Tempo_req : public Request
 {
 public:
-  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);
+class Breathing_sign_req : public Request {
+  VIRTUAL_COPY_CONS (Music);
 };
 
-class Breathing_sign_req : public Request {
-  VIRTUAL_COPY_CONS(Music);
+class Porrectus_req : public Request {
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /**
@@ -64,9 +57,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
+