]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/musical-request.hh
release: 1.1.66
[lilypond.git] / lily / include / musical-request.hh
index d3cfc3dd1ed14390e3d56356e4513d35a2f516e7..cf583c1b99556ebb3b047630071d65d3a58bdf4d 100644 (file)
@@ -166,6 +166,19 @@ class Melisma_req : public Span_req
 public:
   VIRTUAL_COPY_CONS(Music);
 };
+/** 
+ Start / stop an abbreviation beam. */
+class Chord_tremolo_req : public Span_req  
+{
+public:
+  VIRTUAL_COPY_CONS (Music);
+
+  Chord_tremolo_req ();
+
+  virtual void do_print () const;
+
+  int type_i_;
+};
 
 /**
    Helping req to signal start of a melisma from within a context, and