]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/unfold-many.ly
0b1bedbc2b8ae2d8344adcadea34919264b86c8c
[lilypond.git] / input / bugs / unfold-many.ly
1 \score{
2         \context Staff \notes\relative c'{ 
3                 % compare this to 'semi' with numbered voltas:
4                 %  1-3: alternative 1
5                 %    4: alternative 2
6                 \repeat unfold 4 { g a b c } 
7                 \alternative { 
8                         { c c c c }
9                         { d d d d }
10                 }
11         }
12 }