X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcustos.cc;h=79a69144dd811bf76914625e2f822d771d830edf;hb=c1a0e9792fcd6a23573ded6e19a37ead6b782b32;hp=92ea11c43510211794b47c3d779677a3e5f6e138;hpb=2baf3f47aee4113547a5708e32d721f7e5d07846;p=lilypond.git diff --git a/lily/custos.cc b/lily/custos.cc index 92ea11c435..79a69144dd 100644 --- a/lily/custos.cc +++ b/lily/custos.cc @@ -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 " + );