From: Mats Bengtsson <mats.bengtsson@s3.kth.se> Date: Mon, 27 Aug 2007 08:04:25 +0000 (+0200) Subject: Remove unnecessary quotes from \repeat commands in the examples. X-Git-Tag: release/2.11.31-1~8^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2de9ea23796001a7e866a32ac661670803d7c196;p=lilypond.git Remove unnecessary quotes from \repeat commands in the examples. --- diff --git a/Documentation/user/basic-notation.itely b/Documentation/user/basic-notation.itely index 412e0c8110..b156eca1ca 100644 --- a/Documentation/user/basic-notation.itely +++ b/Documentation/user/basic-notation.itely @@ -2082,7 +2082,7 @@ for example, to tie a tremolo to a chord. For example, @lilypond[fragment,verbatim,relative=1,ragged-right,quote] \set tieWaitForNote = ##t \grace { c16[~ e~ g]~ } <c, e g>2 -\repeat "tremolo" 8 { c32~ c'~ } <c c,>1 +\repeat tremolo 8 { c32~ c'~ } <c c,>1 e8~ c~ a~ f~ <e' c a f>2 @end lilypond @@ -3249,7 +3249,7 @@ bracket only lasts one measure, which is a duration of 3/4. \time 3/4 c c c \set Staff.voltaSpannerDuration = #(ly:make-moment 3 4) - \repeat "volta" 5 { d d d } + \repeat volta 5 { d d d } \alternative { { e e e f f f } { g g g } } } @@ -3393,16 +3393,16 @@ To place tremolo marks between notes, use @code{\repeat} with tremolo style @lilypond[quote,verbatim,ragged-right] \new Voice \relative c' { - \repeat "tremolo" 8 { c16 d16 } - \repeat "tremolo" 4 { c16 d16 } - \repeat "tremolo" 2 { c16 d16 } + \repeat tremolo 8 { c16 d16 } + \repeat tremolo 4 { c16 d16 } + \repeat tremolo 2 { c16 d16 } } @end lilypond Tremolo marks can also be put on a single note. In this case, the note should not be surrounded by braces. @lilypond[quote,verbatim,ragged-right] -\repeat "tremolo" 4 c'16 +\repeat tremolo 4 c'16 @end lilypond Similar output is obtained using the tremolo subdivision, described in @@ -3460,8 +3460,8 @@ Percent repeats must be declared within a @code{Voice} context. @lilypond[quote,verbatim,ragged-right] \new Voice \relative c' { - \repeat "percent" 4 { c4 } - \repeat "percent" 2 { c2 es2 f4 fis4 g4 c4 } + \repeat percent 4 { c4 } + \repeat percent 2 { c2 es2 f4 fis4 g4 c4 } } @end lilypond @@ -3471,7 +3471,7 @@ on the @code{countPercentRepeats} property, @lilypond[relative=2,fragment,quote,verbatim,ragged-right] \new Voice { \set countPercentRepeats = ##t - \repeat "percent" 4 { c1 } + \repeat percent 4 { c1 } } @end lilypond diff --git a/Documentation/user/music-glossary.tely b/Documentation/user/music-glossary.tely index 6ab71d3727..46e4a6b72a 100644 --- a/Documentation/user/music-glossary.tely +++ b/Documentation/user/music-glossary.tely @@ -4845,7 +4845,7 @@ a @aref{chord}, usually in the distance of a third \relative c' { e2:32_"a" f:32 [ e8:16 f:16 g:16 a:16 ] s4 - \repeat "tremolo" 8 { e32_"b" g } + \repeat tremolo 8 { e32_"b" g } } @end lilypond