]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/percent-repeat-item.cc
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / percent-repeat-item.cc
index f3d81ba5434ce9cde5939a32bbe2b29b0bf9beef..705d9394b200b34423413f1f1863c91021875dd2 100644 (file)
@@ -3,14 +3,11 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2005  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2001--2006  Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "percent-repeat-item.hh"
-
-#include <cmath>
-using namespace std;
-
+#include "item.hh"
 #include "lookup.hh"
 #include "font-interface.hh"
 
@@ -73,7 +70,9 @@ Percent_repeat_item_interface::beat_slash (SCM grob)
   return m.smobbed_copy ();
 }
 
-ADD_INTERFACE (Percent_repeat_item_interface, "percent-repeat-interface",
+ADD_INTERFACE (Percent_repeat_item_interface,
               "Repeats that look like percent signs",
-              "slope thickness");
+              
+              "slope "
+              "thickness ");