]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/r-as.ly
update syntax in .ly files.
[lilypond.git] / input / ascii-art / r-as.ly
1 \version "1.7.6"
2 % ASCII Art output
3 %
4 % Process as:
5 %
6 %     lilypond -fas foo.ly
7 %     as2text foo.as
8
9 \include "paper-as5.ly"
10
11 \score{
12   <
13       \context Staff \notes\relative c'{ 
14         c d e f
15         \repeat "volta" 2 { g a b c }
16         \alternative { { c b a g } { f e d c } }
17       }
18       \context Lyrics \lyrics {
19         De eer- ste < { maat } { moet } >
20         \repeat fold 2 { }
21         \alternative {
22           { en dan twee keer } 
23           { een koe- plet _ } 
24         }
25         en dan nog dit er ach- ter aan
26       }
27   >
28 }