]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/rep.ly
a6739d325edef857b4f945239253294582724ae8
[lilypond.git] / input / bugs / rep.ly
1 \score{
2         <
3                   \context Staff \notes\relative c'{ 
4                           c4 d e f
5                           \repeat semi 3 { g a b c }
6                           \alternative { { c b a g } { f e d c } } c c c c
7 %                         \alternative { { c b a g } { f e d c } { c d e f } }
8                           g g g g
9                           \repeat semi 2 { c c c c }
10                           \repeat semi 2 { c c c c }
11                           g g g g
12                   }
13         >
14 }