]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.3.145
[lilypond.git] / lily / include / command-request.hh
index 2670690a3eb5f73ae07d8098ef6944699903d11e..8c4cbeeb51fb9e5928af904a09b836c6a6cb1a6d 100644 (file)
@@ -18,8 +18,6 @@
 
 class Break_req : public Request {
 public:
-
-  Break_req ();
 protected:
   VIRTUAL_COPY_CONS (Music);
 };
@@ -63,6 +61,7 @@ public:
   
 protected:
   VIRTUAL_COPY_CONS (Music);
+  bool do_equal_b (Request const * ) const;
   void transpose (Pitch  d);
 };