summaryrefslogtreecommitdiff
path: root/scm
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2006-07-26 12:53:52 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2006-07-26 12:53:52 +0000
commit3dec4a2d8aff3c7dfa6ff08706f082c60f17794f (patch)
treeda5d4d943b55a22bbdccac6d7f56352076c79c85 /scm
parenteebb5d8b2df6a71b198c688022e91bb2a68d6ec5 (diff)
(process_music): delta-pitch -> delta-step.
Diffstat (limited to 'scm')
-rw-r--r--scm/define-music-properties.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm
index 5ee322a5ca..dc4bc2c0f7 100644
--- a/scm/define-music-properties.scm
+++ b/scm/define-music-properties.scm
@@ -40,7 +40,7 @@ here. TODO: use SpanEvents?")
(context-id ,string? "name of context")
(context-type ,symbol? "type of context")
(create-new ,boolean? "Create a fresh context.")
- (delta-pitch ,number? "How much should a fall change pitch?")
+ (delta-step ,number? "How much should a fall change pitch?")
(descend-only ,boolean? "If set, this @code{\\context} will only descend in the context tree.")
(denominator ,integer? "denominator in a time signature")
(digit ,integer? "digit for fingering")