]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
Remove empty file.
[lilypond.git] / lily / dots.cc
index a6f2e64a5c750126bd504711f62b17c33ff3f3e5..1b2c7be8799fc59eba0347cd9d362783cdeaf9f2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "dots.hh"
@@ -26,7 +26,7 @@ Dots::print (SCM d)
 
   if (scm_is_number (c))
     {
-      Stencil d = Font_interface::get_default_font (sc)->find_by_name (String ("dots.dot"));
+      Stencil d = Font_interface::get_default_font (sc)->find_by_name (string ("dots.dot"));
       Real dw = d.extent (X_AXIS).length ();
 
       /*
@@ -52,5 +52,8 @@ ADD_INTERFACE (Dots, "dots-interface",
               "The dots to go with a notehead or rest."
               "@code{direction} sets the preferred direction to move in case of staff "
               "line collisions.",
-              "direction dot-count");
+
+              /* properties */
+              "direction "
+              "dot-count");