]> git.donarmstrong.com Git - lilypond.git/commitdiff
Correct tablatureFormat definition.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 22 Jul 2008 21:08:36 +0000 (22:08 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 22 Jul 2008 21:08:36 +0000 (22:08 +0100)
scm/define-context-properties.scm

index 59878070f2a75c7285ff205b857ecca1317a7de4..a9ca43f9f710a54dcf8793545585c5b9b7600943 100644 (file)
@@ -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.")