]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
More tweakable percent repeat glyphs.
[lilypond.git] / lily / custos.cc
index 3ed96f6a992ec4ec59f533cca3b5c1cacf1cb8bf..79a69144dd811bf76914625e2f822d771d830edf 100644 (file)
@@ -82,7 +82,12 @@ Custos::print (SCM smob)
 }
 
 ADD_INTERFACE (Custos,
-              "A custos object.",
+              "A custos object.  @code{style} can have four valid values:"
+              " @code{mensural}, @code{vaticana}, @code{medicaea}, and"
+              " @code{hufnagel}.  @code{mensural} is the default style.",
+
+              /* properties */
               "style "
               "neutral-position "
-              "neutral-direction ");
+              "neutral-direction "
+              );