From 69a210a64524d3c76c64a51a48658021f53a5e41 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Mon, 22 Dec 2008 21:07:26 +0000 Subject: [PATCH] Correct documentation for (de)crescendoSpanner. - possible values are 'hairpin and 'text only. --- scm/define-context-properties.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 3b42e08b37..d45150f10f 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -162,14 +162,15 @@ Should be set for staves.") (crescendoText ,markup? "The text to print at start of non-hairpin crescendo, i.e., @samp{cresc.}.") (crescendoSpanner ,symbol? "The type of spanner to be used for -crescendi. Available values are @samp{hairpin}, @samp{line}, -@samp{dashed-line}, @samp{dotted-line}. If unset, a hairpin crescendo -is used.") +crescendi. Available values are @samp{hairpin} and @samp{text}. If unset, +a hairpin crescendo is used.") (currentBarNumber ,integer? "Contains the current barnumber. This property is incremented at every bar line.") - (decrescendoSpanner ,symbol? "See @code{crescendoSpanner}.") + (decrescendoSpanner ,symbol? "The type of spanner to be used for +decrescendi. Available values are @samp{hairpin} and @samp{text}. If +unset, a hairpin decrescendo is used.") (decrescendoText ,markup? "The text to print at start of non-hairpin decrescendo, i.e., @samp{dim.}.") (defaultBarType ,string? "Set the default type of bar line. See -- 2.39.2