X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcustos.cc;h=5ef96c58683261633e54fd949fa8e98b87c34738;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=3ed96f6a992ec4ec59f533cca3b5c1cacf1cb8bf;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;p=lilypond.git diff --git a/lily/custos.cc b/lily/custos.cc index 3ed96f6a99..5ef96c5868 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--2008 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 " + );