summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2015-12-09 22:35:48 +0100
committerDavid Kastrup <dak@gnu.org>2015-12-16 09:07:09 +0100
commit16661f7f6a78f04d056228d11bdc9e17a7cdf760 (patch)
tree0911751c0ecf01e150805a7c59e15517fb083076
parentef98514e6520fecb771d28d4d64329b2fe33a7e4 (diff)
Issue 4688: Fix documentation of \once \partcombine*
This is an oversight stemming from issue 4131.
-rw-r--r--Documentation/notation/simultaneous.itely27
1 files changed, 13 insertions, 14 deletions
diff --git a/Documentation/notation/simultaneous.itely b/Documentation/notation/simultaneous.itely
index c96837e522..b7b2f3e7ea 100644
--- a/Documentation/notation/simultaneous.itely
+++ b/Documentation/notation/simultaneous.itely
@@ -1027,37 +1027,36 @@ long passages of music even if some of the notes are the same in both
voices, and could just as easily be printed as unison. Combining notes
into a chord, or showing one voice as solo is, therefore, not ideal as
the @code{\partcombine} function considers each note separately. In this
-case the @code{\partcombine} function can be overriden with the
-following commands:
-
-Commands ending in @code{@dots{}Once} apply only to the next note in the
-music expression.
+case the @code{\partcombine} function can be overridden with one of the
+following commands. All of the commands may be preceded with
+@code{\once} in order to have them only apply to the next note in
+the music expression.
@itemize
@item
-@code{\partcombineApart} and @code{\once \partcombineApart} keep the
+@code{\partcombineApart} keeps the
notes as two separate voices, even if they can be combined into a chord
or unison.
@item
-@code{\partcombineChords} and @code{\once \partcombineChords} combine the
+@code{\partcombineChords} combines the
notes into a chord.
@item
-@code{\partcombineUnisono} and @code{\once \partcombineUnisono} combine
+@code{\partcombineUnisono} combines
both voices as @qq{unison}.
@item
-@code{\partcombineSoloI} and @code{\once \partcombineSoloI} print only
-voice one, and mark it as a @qq{Solo}.
+@code{\partcombineSoloI} prints only
+voice one, and marks it as a @qq{Solo}.
@item
-@code{\partcombineSoloII} or @code{\once \partcombineSoloII} print only
-voice two and mark it as a @qq{Solo}.
+@code{\partcombineSoloII} prints only
+voice two and marks it as a @qq{Solo}.
@item
-@code{\partcombineAutomatic} and @code{\once \partcombineAutomatic} end
-the functions of the commands above, and revert back to the standard
+@code{\partcombineAutomatic} ends
+the functions of the commands above, and reverts back to the standard
@code{\partcombine} functionality.
@end itemize