]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.3.145
[lilypond.git] / lily / include / command-request.hh
index 193636d04c0fcfc9f39bceef2fa26c36ff69afa0..8c4cbeeb51fb9e5928af904a09b836c6a6cb1a6d 100644 (file)
 
 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,20 @@ 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);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 class Breathing_sign_req : public Request {
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 /**
@@ -64,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
+