projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eafe8b0
)
Correct tablatureFormat definition.
author
Neil Puttock
<n.puttock@gmail.com>
Tue, 22 Jul 2008 21:08:36 +0000
(22:08 +0100)
committer
Neil Puttock
<n.puttock@gmail.com>
Tue, 22 Jul 2008 21:08:36 +0000
(22:08 +0100)
scm/define-context-properties.scm
patch
|
blob
|
history
diff --git
a/scm/define-context-properties.scm
b/scm/define-context-properties.scm
index 59878070f2a75c7285ff205b857ecca1317a7de4..a9ca43f9f710a54dcf8793545585c5b9b7600943 100644
(file)
--- 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.")