]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / custos.cc
index 92ea11c43510211794b47c3d779677a3e5f6e138..70850a2c27bfa47d3dea48034f1946e323d242d9 100644 (file)
@@ -83,10 +83,11 @@ 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. ",
+              "@code{mensural}, @code{vaticana}, @code{medicaea}, and "
+              "@code{hufnagel}.  @code{mensural} is the default style.",
 
               /* properties */
               "style "
               "neutral-position "
-               "neutral-direction ");
+              "neutral-direction "
+              );