X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcustos.cc;h=56259d56a57d768f6e8be72d1828f6121894bf42;hb=207dd9350ecbcea14ebc5d45dadf45076ffc557f;hp=92ea11c43510211794b47c3d779677a3e5f6e138;hpb=1221f8628f08c16af633b8e9cdb10aaa6c420ed5;p=lilypond.git diff --git a/lily/custos.cc b/lily/custos.cc index 92ea11c435..56259d56a5 100644 --- a/lily/custos.cc +++ b/lily/custos.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2007 Juergen Reuter + (c) 2000--2009 Juergen Reuter */ /* TODO: @@ -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 " + );