Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Unified Diff: scm/define-music-properties.scm

Issue 369930043: Change \partcombine (et al.) to \partCombine (Closed)
Patch Set: Correct convert rules. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scm/define-music-display-methods.scm ('k') | scm/part-combiner.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/define-music-properties.scm
diff --git a/scm/define-music-properties.scm b/scm/define-music-properties.scm
index 4f21b65fa748ecfafc609171a5d7d55814875217..a958a04b51335724fc2db00f8556b2f4e88a353c 100644
--- a/scm/define-music-properties.scm
+++ b/scm/define-music-properties.scm
@@ -68,7 +68,7 @@ cautionary accidental.")
(change-to-type ,symbol? "Type of the context to change to.")
(class ,symbol? "The class name of an event class.")
(context ,ly:context? "The context to which an event is sent.")
- (context-change-list ,list? "Context changes for @code{\\autochange} or @code{\\partcombine}.")
+ (context-change-list ,list? "Context changes for @code{\\autoChange} or @code{\\partCombine}.")
(context-id ,string? "Name of context.")
(context-type ,symbol? "Type of context.")
(create-new ,boolean? "Create a fresh context.")
« no previous file with comments | « scm/define-music-display-methods.scm ('k') | scm/part-combiner.scm » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b