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

Unified Diff: Documentation/snippets/changing-partcombine-texts.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
« no previous file with comments | « Documentation/notation/vocal.itely ('k') | Documentation/snippets/combining-two-parts-on-the-same-staff.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/snippets/changing-partcombine-texts.ly
diff --git a/Documentation/snippets/changing-partcombine-texts.ly b/Documentation/snippets/changing-partcombine-texts.ly
index eafe5679cb8db44ed90898011faf1b3a4f813b00..0dc561ace4dbfe9b1b3bd2ee2dc677096c3621a0 100644
--- a/Documentation/snippets/changing-partcombine-texts.ly
+++ b/Documentation/snippets/changing-partcombine-texts.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 = "simultaneous-notes"
@@ -14,14 +14,14 @@ When using the automatic part combining feature, the printed text for
the solo and unison sections may be changed:
"
- doctitle = "Changing partcombine texts"
+ doctitle = "Changing partCombine texts"
} % begin verbatim
\new Staff <<
\set Staff.soloText = #"girl"
\set Staff.soloIIText = #"boy"
\set Staff.aDueText = #"together"
- \partcombine
+ \partCombine
\relative c'' {
g4 g r r
a2 g
« no previous file with comments | « Documentation/notation/vocal.itely ('k') | Documentation/snippets/combining-two-parts-on-the-same-staff.ly » ('j') | no next file with comments »

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