X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcustos.cc;h=56259d56a57d768f6e8be72d1828f6121894bf42;hb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;hp=3ed96f6a992ec4ec59f533cca3b5c1cacf1cb8bf;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/lily/custos.cc b/lily/custos.cc index 3ed96f6a99..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,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 " + );