]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typos.
authorGraham Percival <graham@percival-music.ca>
Tue, 12 Aug 2008 02:40:57 +0000 (19:40 -0700)
committerGraham Percival <graham@percival-music.ca>
Tue, 12 Aug 2008 02:40:57 +0000 (19:40 -0700)
Documentation/user/simultaneous.itely
Documentation/user/world.itely

index 39e7cd0897eda94bb753cd1547817ace0dbbc08b..2ed0418bbbeb4f9b395e078a34b79308a29aad3c 100644 (file)
@@ -183,18 +183,18 @@ place, so it becomes voice three which has the stems up as desired.
 Spacing rests are often used to avoid too many rests, as seen in the
 example above.
 
-The method exposed creates two new voices when the @code{<<@{...@} \\
-@{...@}>>} construction is found in the code; to temporally add only
-one additional voice to an existing one, it is necessary to
-instantiate that voice explicitly. For these purposes, the
-@code{\voiceOne} ... @code{\voiceFour}, and @code{\oneVoice} commands
-can be used:
+Each music expression in the @code{<<{...} \\ {...}>>} construct
+is placed in a new voice, distinct from the voice for single-voice
+music; to temporarily add only one additional voice to an existing
+one, it is necessary to instantiate that voice explicitly.  For
+these purposes, the @code{\voiceOne} ... @code{\voiceFour}, and
+@code{\oneVoice} commands can be used:
 
 @example
 << @{ \voiceOne ... @} \new Voice @{ \voiceTwo ... @} >> \oneVoice
 @end example
 
-This is a better construction to keep the control of the voices, for
+This is a better construct to keep the control of the voices, for
 example, to ease a consistent assign of lyrics to the proper voice
 context.
 
index 9490c227bf45dd9207c3caf8d854709b42e262f5..6538ad949c229c93276a36c2226276028fe50c6b 100644 (file)
@@ -276,8 +276,7 @@ beat, but in a manner that is difficult to match by adjusting
 automatic beaming.  You can override this by switching off
 automatic beaming and beaming the notes manually.  Where matching
 existing typeset music is not an issue, you may still want to
-adjust the beaming behaviour and/or using compound time
-signatures.
+adjust the beaming behaviour and/or use compound time signatures.
 
 @snippets