From: Jean-Charles Malahieude Date: Sat, 15 Jun 2013 09:45:53 +0000 (+0200) Subject: Doc: Use @dots{} instead of ... in LM X-Git-Tag: release/2.17.21-1~15^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e6513c72e95fd6691998cb368a5172de3aad0525;p=lilypond.git Doc: Use @dots{} instead of ... in LM --- diff --git a/Documentation/learning/common-notation.itely b/Documentation/learning/common-notation.itely index be0132a41b..55f91d6673 100644 --- a/Documentation/learning/common-notation.itely +++ b/Documentation/learning/common-notation.itely @@ -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. diff --git a/Documentation/learning/tweaks.itely b/Documentation/learning/tweaks.itely index 7e70d51293..7d731aad77 100644 --- a/Documentation/learning/tweaks.itely +++ b/Documentation/learning/tweaks.itely @@ -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