From afb9af84d8475abe40ed45491e11a60febf6e4a2 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Tue, 22 Jul 2008 22:08:36 +0100 Subject: [PATCH] Correct tablatureFormat definition. --- scm/define-context-properties.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 59878070f2..a9ca43f9f7 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -426,8 +426,8 @@ the nesting of a start delimiters.") (tablatureFormat ,procedure? "A function formatting a tablature -note head; it takes a string number, a list of string tunings and a -@code{Pitch} object. It returns the text as a string.") +note head. Called with three arguments: string number, context and event. +It returns the text as a string.") (tempoWholesPerMinute ,ly:moment? "The tempo in whole notes per minute.") (tempoUnitCount ,number? "Count for specifying tempo.") -- 2.11.4.GIT