]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
release: 1.5.47
[lilypond.git] / lily / dots.cc
index 1805de4cd1bd4877595f033fdef339903fad663d..0e1b6912a7db57e2f3217455df6da61f580d17a1 100644 (file)
@@ -70,3 +70,11 @@ Dots::brew_molecule (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");
+
+