]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-slash.ly
(try_music): new file, handle
[lilypond.git] / input / regression / repeat-slash.ly
1 \version "1.7.18"
2 \header {
3 texidoc = "Beat repeats are supported."
4 }
5
6 \score { \notes \relative c'
7          \context Voice { \time 4/4
8    \repeat "percent" 2 { c2 }
9
10    % the chairman dances
11    \repeat "percent" 2 { g'8 g c, c  }   
12    \repeat "percent" 4 { b8 b8  }
13   }
14          \paper { raggedright = ##t }
15 }