]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
*** empty log message ***
[lilypond.git] / lily / dots.cc
index f87c719e3b0ea6ec440d7077d6e43a14e87b4bcb..8fcd15e8ed6bf0eabbbff18a7b9685e10e052df5 100644 (file)
@@ -22,7 +22,7 @@ Dots::print (SCM d)
   Grob *sc = unsmob_grob (d);
   Stencil mol;
   
-  SCM c = sc->get_grob_property ("dot-count");
+  SCM c = sc->get_property ("dot-count");
 
   if (gh_number_p (c))
     {
@@ -53,9 +53,9 @@ Dots::print (SCM d)
 
 
 ADD_INTERFACE (Dots, "dots-interface",
-  "The dots to go with a notehead/rest.  A separate interface, since they "
-" are a party in collision resolution. "
-" #'direction is the Direction to handle staff-line collisions in.",
-  "direction dot-count");
+              "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");