]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bow.hh
release: 1.3.51
[lilypond.git] / lily / include / bow.hh
index 40770af5df78e037b73630b0cae83072b9a8761a..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,30 +1 @@
-/*
-  bow.hh -- declare Bow
 
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef BOW_HH
-#define BOW_HH
-
-#include "spanner.hh"
-
-/**
-  Base class for anything that looks like a slur.
-  Anybody with a better name?
-
-  UGH. Fixme.  Should junk
-
-    dy_f_drul_ , dx_f_drul_
-  
-  */
-class Bow : public Spanner
-{
-protected:
-};
-#error
-
-#endif // BOW_HH