]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
* lily/accidental-placement.cc (split_accidentals): new function
[lilypond.git] / lily / include / command-request.hh
index 5415808e58e8c03d3dca1b0accbe596694691c7b..0d05e7dbf55314a86c423600ff406c18fd039fd9 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--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #include "array.hh"
 #include "duration.hh"
 #include "pitch.hh"
-#include "protected-scm.hh"
+
 
 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,17 @@ 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);
+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);
 };
 
 /**
@@ -67,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
+