]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Use @dots{} instead of ... in LM
authorJean-Charles Malahieude <lilyfan@orange.fr>
Sat, 15 Jun 2013 09:45:53 +0000 (11:45 +0200)
committerJean-Charles Malahieude <lilyfan@orange.fr>
Thu, 20 Jun 2013 17:57:31 +0000 (19:57 +0200)
Documentation/learning/common-notation.itely
Documentation/learning/tweaks.itely

index be0132a41b80e7a12b1b2131927ab9070b19673b..55f91d66734d83c07e88ce59a3633cb05c161c78 100644 (file)
@@ -938,7 +938,7 @@ separating each syllable with a space.
 >>
 @end lilypond
 
-Note the double angle brackets @w{@code{<< ... >>}} around the
+Note the double angle brackets @w{@code{<<@dots{}>>}} around the
 whole piece to show that the music and lyrics are to occur at the
 same time.
 
index 7e70d512933b21918ffe0fedecda1f8fdae00ac0..7d731aad7708905b680c7b490d1b516f6e225862 100644 (file)
@@ -329,9 +329,9 @@ g4 a
 b c |
 @end lilypond
 
-However, predefined commands of the form @code{\...Neutral},
-@code{\...Off} and @code{\un...} use @code{\revert} internally rather
-than @code{\override} so prefixing these with @code{\once} has no
+However, predefined commands of the form @code{\@dots{}Neutral},
+@code{\@dots{}Off} and @code{\un@dots{}} use @code{\revert} internally
+rather than @code{\override} so prefixing these with @code{\once} has no
 effect.
 
 
@@ -2846,11 +2846,11 @@ example of a collision of this type:
 << { c4 c c c } \\ { R1 } >>
 @end lilypond
 
-The best solution here is to move the multimeasure rest down, since
-the rest is in voice two.  The default in @code{\voiceTwo} (i.e. in
-the second voice of a @code{<<@{...@} \\ @{...@}>>} construct) is that
-@code{staff-position} is set to -4 for MultiMeasureRest, so we need to
-move it, say, four half-staff spaces down to @w{@code{-8}}.
+The best solution here is to move the multimeasure rest down, since the
+rest is in voice two. The default in @code{\voiceTwo} (i.e. in the
+second voice of a @code{<<@{@dots{}@} \\ @{@dots{}@}>>} construct) is
+that @code{staff-position} is set to -4 for MultiMeasureRest, so we need
+to move it, say, four half-staff spaces down to @w{@code{-8}}.
 
 @cindex MultiMeasureRest, example of overriding
 @cindex staff-position property, example