]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / custos.cc
index 92ea11c43510211794b47c3d779677a3e5f6e138..79a69144dd811bf76914625e2f822d771d830edf 100644 (file)
@@ -82,11 +82,12 @@ Custos::print (SCM smob)
 }
 
 ADD_INTERFACE (Custos,
-              "A custos object.  @code{style} can have four valid values: "
-              "mensural, vaticana, medicaea and hufnagel.  Mensural is the "
-              "default style. ",
+              "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 "
+              );