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

Unified Diff: Documentation/snippets/new/combining-two-parts-on-the-same-staff.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/new/combining-two-parts-on-the-same-staff.ly
diff --git a/Documentation/snippets/new/combining-two-parts-on-the-same-staff.ly b/Documentation/snippets/new/combining-two-parts-on-the-same-staff.ly
index 341ac8d3af417ae1eb7e2dd6b58fad1750e1a50f..f33908696a2f06fdc3fc1063d2d361df1328cf91 100644
--- a/Documentation/snippets/new/combining-two-parts-on-the-same-staff.ly
+++ b/Documentation/snippets/new/combining-two-parts-on-the-same-staff.ly
@@ -1,10 +1,10 @@
-\version "2.19.56"
+\version "2.21.0"
\header {
lsrtags = "simultaneous-notes, syntax-and-expressions, text"
texidoc = "
-The part combiner tool ( @code{\\partcombine} command ) allows the
+The part combiner tool ( @code{\\partCombine} command ) allows the
combination of several different parts on the same staff. Text
directions such as @qq{solo} or @qq{a2} are added by default; to remove
them, simply set the property @code{printPartCombineTexts} to @code{f}.
@@ -14,8 +14,8 @@ it if there are any solos, as they won't be indicated. In such cases,
standard polyphonic notation may be preferable.
This snippet presents the three ways two parts can be printed on a same
-staff: standard polyphony, @code{\\partcombine} without texts, and
-@code{\\partcombine} with texts.
+staff: standard polyphony, @code{\\partCombine} without texts, and
+@code{\\partCombine} with texts.
@@ -50,10 +50,10 @@ musicDown = \relative c'' {
printPartCombineTexts = ##f
}
- \partcombine \musicUp \musicDown
+ \partCombine \musicUp \musicDown
\new Staff \with { instrumentName = #"PartCombine with text" }
- \partcombine \musicUp \musicDown
+ \partCombine \musicUp \musicDown
>>
\layout {
indent = 6.0\cm
« no previous file with comments | « Documentation/snippets/combining-two-parts-on-the-same-staff.ly ('k') | Documentation/snippets/partcombine-and-autobeamoff.ly » ('j') | no next file with comments »

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