From: Carl Sorensen Date: Fri, 7 Jan 2011 22:14:57 +0000 (-0700) Subject: Improve doc-string for stringTunings X-Git-Tag: release/2.13.46-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f84c6604cf9b8bdc53b0f0367e20ce2fa13a0f19;p=lilypond.git Improve doc-string for stringTunings --- diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 795701ac74..b25a0092b9 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -452,7 +452,7 @@ value is only used once, and then it is erased.") (stringOneTopmost ,boolean? "Whether the first string is printed on the top line of the tablature.") (stringTunings ,list? "The tablature strings tuning. It is a list -of the pitch (in semitones) of each string (starting with the lower +of the pitches of each string (starting with the lowest numbered one).") (strokeFingerOrientations ,list? "See @code{fingeringOrientations}.")