X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcustos.cc;h=79a69144dd811bf76914625e2f822d771d830edf;hb=84dfa31321b6f0c3224ed8c586b64ec97e88402f;hp=4e0010dcf6af748dc1aa098970496bf496790142;hpb=0d08bd6e9857f5e7c8bccb240c2616f35733e8d9;p=lilypond.git diff --git a/lily/custos.cc b/lily/custos.cc index 4e0010dcf6..79a69144dd 100644 --- a/lily/custos.cc +++ b/lily/custos.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2006 Juergen Reuter + (c) 2000--2007 Juergen Reuter */ /* TODO: @@ -81,8 +81,13 @@ Custos::print (SCM smob) return stencil.smobbed_copy (); } -ADD_INTERFACE (Custos, "custos-interface", - "A custos object.", +ADD_INTERFACE (Custos, + "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 " + );