]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor formatting.
authorWerner Lemberg <wl@gnu.org>
Sat, 8 Aug 2009 05:57:49 +0000 (07:57 +0200)
committerWerner Lemberg <wl@gnu.org>
Sat, 8 Aug 2009 05:57:49 +0000 (07:57 +0200)
Documentation/notation/repeats.itely
Documentation/notation/simultaneous.itely

index 7e85fe8bd5e12ba64ede8ce7be7cb947b3c7297c..9ffea946cb701b0a2a59fc68ab16b5207b2b92bb 100644 (file)
@@ -82,6 +82,7 @@ The syntax for a normal repeat is
 \repeat volta @var{repeatcount} @var{musicexpr}
 @end example
 
+@noindent
 where @var{musicexpr} is a music expression.  Alternate endings can be
 produced using @code{\alternative}.  In order to delimit the alternate
 endings, the group of alternatives must be enclosed in a set of
@@ -352,6 +353,7 @@ the writing out of repetitious music.  The syntax is
 \repeat unfold @var{repeatcount} @var{musicexpr}
 @end example
 
+@noindent
 where @var{musicexpr} is a music expression and @var{repeatcount} is
 the number of times @var{musicexpr} is repeated.
 
@@ -415,6 +417,7 @@ one or two measures are replaced by percent-like signs.  The syntax is
 @code{\repeat percent @var{number} @var{musicexpr}}
 @end example
 
+@noindent
 where @var{musicexpr} is a music expression.
 
 @lilypond[verbatim,quote,relative=2]
index f3d8be5d05723c85c43d427845b1351600649613..8699239107a4292739b9c8c98b4d7a0c6743df5a 100644 (file)
@@ -208,6 +208,7 @@ voices in a single staff is illustrated in the following example:
 >>
 @end lilypond
 
+@noindent
 Here, voices are instantiated explicitly and are given names. The
 @code{\voiceOne} ... @code{\voiceFour} commands set up the voices
 so that first and third voices get stems up, second and fourth
@@ -228,6 +229,7 @@ construct:
 >> \oneVoice
 @end example
 
+@noindent
 Here, the first expression within a temporary polyphonic passage is
 placed into the @code{Voice} context which was in use immediately
 before the polyphonic passage, and that same @code{Voice} context
@@ -259,6 +261,7 @@ during and after a polyphonic section:
 >>
 @end lilypond
 
+@noindent
 Here, the @code{\voiceOne} and @code{\voiceTwo} commands are
 required to define the settings of each voice.