]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/musical-request.hh
release: 1.1.18
[lilypond.git] / lily / include / musical-request.hh
index c88ef382c4ba0921214526c3c03e0a9f4bbcdf56..b3b5b2959b162d77f4c4578bf87ad59eea0a3597 100644 (file)
@@ -141,11 +141,6 @@ public:
   
 };
 
-/** Start / stop a beam at this note */
-class Beam_req  : public Musical_span_req  {
-public:
-  REQUESTMETHODS(Beam_req);
-};
 
 /** 
  Start / stop an abbreviation beam at this note. 
@@ -159,13 +154,7 @@ public:
   int type_i_;
 };
 
-/**
-  Start a tie at this note, end it at the next
- */
-class Tie_req : public Musical_req {
-public:
-  REQUESTMETHODS(Tie_req);
-};
+
 
 /// a slur
 class Slur_req  : public Musical_span_req  {
@@ -174,15 +163,6 @@ public:
 
 };
 
-/// a tuplet (bracket with) number
-class Plet_req : public Musical_span_req  {
-public:
-  int plet_i_;
-
-  REQUESTMETHODS(Plet_req);
-  Plet_req ();
-};
-
 /// an extender line
 class Extender_req : public Musical_span_req  {
 public: