]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/directional-element.hh
release: 1.3.16
[lilypond.git] / lily / include / directional-element.hh
index a94bfced9dca15bb08025bade179525e34b56962..139597f9cb07c5d48bed18984ec4747f4b4f3438 100644 (file)
@@ -1,25 +1,2 @@
-/*   
-  directional-element.hh -- declare Directional_element
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
 
-#ifndef DIRECTIONAL_ELEMENT_HH
-#define DIRECTIONAL_ELEMENT_HH
-
-#include "score-element.hh"
-
-struct Directional_element : public virtual Score_element
-{
-  void set_direction (Direction d);
-  Direction get_direction () const;
-
-  VIRTUAL_COPY_CONS(Score_element);
-  Directional_element ();
-};
-
-#endif /* DIRECTIONAL_ELEMENT_HH */