]> git.donarmstrong.com Git - lilypond.git/blob - input/test/unfold.ly
4664cfc09fc541c85c9c23e440e78cbed2230768
[lilypond.git] / input / test / unfold.ly
1 \score{
2         \context Staff \notes\relative c'' {
3         % doesn't quite work yet
4         %       \property Staff.unfoldRepeats = 1
5                 \repeat 3 { a b c d } 
6                 \alternative { { d c b a } { a b c d } } d d d d
7         }
8 }
9
10 \version "1.0.16";