From edb2ccd3bb256d02ed1ffd562a53d7bea13b699f Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Mon, 3 Mar 2008 11:41:49 +0100 Subject: [PATCH] Document the list of available values for style in the rest-interface. --- lily/rest.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lily/rest.cc b/lily/rest.cc index 1e15144839..92e0e6e029 100644 --- a/lily/rest.cc +++ b/lily/rest.cc @@ -188,7 +188,9 @@ Rest::pure_height (SCM smob, SCM start, SCM end) } ADD_INTERFACE (Rest, - "A rest symbol.", + "A rest symbol." + "The property @code{style} can be @code{default}, " + "@code{mensural}, @code{neomensural} or @code{classical}.", /* properties */ -- 2.39.2