]> git.donarmstrong.com Git - lilypond.git/blob - input/test/as1.ly
6c669f3b5ffba619b16604a6929f52197c3bbf9d
[lilypond.git] / input / test / as1.ly
1 \version "1.3.146"
2
3 \score { 
4   \context Voice \notes\relative c {
5     \time 4/4
6         g''1 a2 b4. c8
7         \repeat "volta" 2 { a4 b c d } \alternative { { c c c c } { d2 d4 [d8 d] } }
8         
9   }
10   \paper { }  
11   \midi { }
12 }