]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/as1.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / ascii-art / as1.ly
1 #(ly:set-option 'old-relative)
2
3 \version "1.9.0"
4
5 \score { 
6   \context Voice \notes\relative c {
7     \time 4/4
8         g''1 a2 b4. c8
9         \repeat "volta" 2 { a4 b c d } \alternative { { c c c c } { d2 d4 [d8 d] } }
10         
11   }
12   \paper { }  
13   \midi { }
14 }