X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fcustos.cc;h=56259d56a57d768f6e8be72d1828f6121894bf42;hb=6313f2575553aefbef5b98742a52b7dbe2d4a2a9;hp=4e0010dcf6af748dc1aa098970496bf496790142;hpb=0d08bd6e9857f5e7c8bccb240c2616f35733e8d9;p=lilypond.git diff --git a/lily/custos.cc b/lily/custos.cc index 4e0010dcf6..56259d56a5 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--2009 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 " + );