]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.3.93
[lilypond.git] / lily / include / command-request.hh
index 759332508114cde9805964bb9da768dee0caa67d..078e02dd2f07e109ff913db02fa5fb0852662c46 100644 (file)
@@ -26,10 +26,8 @@ protected:
 
 class Mark_req : public Request {
 public:
-  SCM mark_label ();
-
-
   virtual bool do_equal_b (Request const*) const;
+  SCM mark_label ();
   VIRTUAL_COPY_CONS(Music);
 };
 
@@ -50,7 +48,7 @@ public:
 
   Tempo_req();
 protected:
-    virtual void do_print () const;
+
   VIRTUAL_COPY_CONS(Music);
   bool do_equal_b (Request const *) const;
 };
@@ -66,7 +64,7 @@ public:
 
   Time_signature_change_req();
 protected:
-  virtual void do_print () const;
+
   bool do_equal_b (Request const *) const;
   VIRTUAL_COPY_CONS(Music);
 };
@@ -84,12 +82,9 @@ public:
   the latter should only happen at the start of a measure.  */
 class Bar_req  : public Request  {
 public:
-  String type_str_;
+
   Bar_req (String);
 protected:
-  virtual bool do_equal_b (Request const*) const;
-  virtual void do_print () const;
-
   VIRTUAL_COPY_CONS(Music);
 };
 
@@ -116,7 +111,7 @@ public:
   String clef_str_;
   Clef_change_req (String);
 protected:
-  virtual void do_print () const;
+
   VIRTUAL_COPY_CONS(Music);
 };