]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash.ly
7a12a675349a8813e979814e378d6f774135d902
[lilypond.git] / input / regression / repeat-slash.ly
1 \version "2.1.26"
2 \header {
3 texidoc = "Within a bar, beat repeats denote that a music snippet should be
4 played again."
5 }
6
7 \score { \notes \relative c'
8          \context Voice { \time 4/4
9    \repeat "percent" 2 { c2 }
10
11    % the chairman dances
12    \repeat "percent" 2 { g'8 g c, c  }   
13    \repeat "percent" 4 { b8 b8  }
14   }
15          \paper { raggedright = ##t }
16 }