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

Unified Diff: Documentation/snippets/using-autochange-with-more-than-one-voice.ly

Issue 369930043: Change \partcombine (et al.) to \partCombine (Closed)
Patch Set: Correct convert rules. Created 5 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
Index: Documentation/snippets/using-autochange-with-more-than-one-voice.ly
diff --git a/Documentation/snippets/using-autochange-with-more-than-one-voice.ly b/Documentation/snippets/using-autochange-with-more-than-one-voice.ly
index 8db1438e7d5d1aa7f7f749dfaacfe56315476579..c22de2c9b1aee9ffe634aa520c54bab85c23127e 100644
--- a/Documentation/snippets/using-autochange-with-more-than-one-voice.ly
+++ b/Documentation/snippets/using-autochange-with-more-than-one-voice.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.18.0"
+\version "2.21.0"
\header {
lsrtags = "keyboards, pitches, staff-notation"
@@ -26,7 +26,7 @@ Using @code{autochange} with more than one voice.
\set Timing.beatStructure = #'(4)
\new Voice {
\voiceOne
- \autochange
+ \autoChange
\relative c' {
g8 a b c d e f g
g,8 a b c d e f g
@@ -35,7 +35,7 @@ Using @code{autochange} with more than one voice.
\new Voice {
\voiceTwo
- \autochange
+ \autoChange
\relative c' {
g8 a b c d e f g
g,,8 a b c d e f g

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