]> git.donarmstrong.com Git - lilypond.git/commitdiff
Merge branch 'master' of git://git.sv.gnu.org/lilypond
authorGraham Percival <graham@percival-music.ca>
Mon, 19 May 2008 23:41:41 +0000 (16:41 -0700)
committerGraham Percival <graham@percival-music.ca>
Mon, 19 May 2008 23:41:41 +0000 (16:41 -0700)
1  2 
Documentation/user/repeats.itely

index 05719dd24152cf5ec0de6a32f110a178a4915aaa,2383d524da63363204ad5c169de84aeab8a74d97..222f4c65cf15de58b8ca6c746ad2f646fb2691e2
@@@ -33,12 -33,42 +33,12 @@@ entering repetitious music
  
  @item percent
  These are beat or measure repeats.  They look like percent signs.
 -Percent repeats must be declared within a @code{Voice} context.
  
  @item tremolo
  This is used to write tremolo beams.
  
  @end table
  
 -@ignore
 -LilyPond has one syntactic construct for specifying different
 -types of repeats.  The syntax is
 -
 -@example
 -\repeat @var{variant} @var{repeatcount} @var{musicexpr}
 -@end example
 -
 -where @var{musicexpr} is a music expression.
 -
 -
 -Alternative endings are entered with 
 -@funindex \alternative
 -@example
 -\alternative @{
 -  @var{alternative1}
 -  @var{alternative2}
 -  @var{alternative3}
 -  @dots{}
 -@}
 -@end example
 -
 -@noindent
 -after a @code{\repeat volta} or @code{unfold} block, where each
 -@var{alternative} is a music expression.  If you give fewer
 -alternatives than @var{repeatcount}, the first alternative is assumed
 -to be played more than once.
 -@end ignore
 -
  
  @menu
  * Long repeats::                
  
  @snippets
  
- @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
+ @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
  {shortening-volta-brackets.ly}
  
- @lilypondfile[verbatim,lilyquote,ragged-right,texidoc]
+ @lilypondfile[verbatim,lilyquote,ragged-right,texidoc,doctitle]
  {adding-volta-brackets-to-additional-staves.ly}
  
  
@@@ -314,7 -344,8 +314,7 @@@ represented by slashes or percent signs
  Repeated short patterns of notes are supported.  The music is printed
  once, and the pattern is replaced with a special sign.  Patterns that
  are shorter than one measure are replaced by slashes, and patterns of
 -one or two measures are replaced by percent-like signs.  Percent
 -repeats must be declared within a @code{Voice} context.  The syntax is
 +one or two measures are replaced by percent-like signs.  The syntax is
  
  @example
  @code{\repeat percent @var{number} @var{musicexpr}}
  @end lilypond
  
  
 +@knownissues
 +
 +Only three kinds of percent repeats are supported: a single slash
 +representing a single beat (regardless of the duration of the repeated
 +notes); a single slash with dots representing one full measure; and
 +two slashes with dots crossing a bar line representing two full
 +measures.  Neither multiple slashes representing single beat repeats
 +consisting of sixteenth or shorter notes, nor two slashes with dots
 +representing single beat repeats consisting of notes of varying
 +durations, are supported.
 +
 +
  @seealso
  
  Snippets: @rlsr{Repeats}.