]> git.donarmstrong.com Git - lilypond.git/blob - input/ascii-art/r-as.ly
* lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
[lilypond.git] / input / ascii-art / r-as.ly
1 #(ly:set-option 'old-relative)
2 \version "2.1.19"
3 % ASCII Art output
4 %
5 % Process as:
6 %
7 %     lilypond -fas foo.ly
8 %     as2text foo.as
9
10 \include "paper-as5.ly"
11
12 \score{
13   <<
14       \context Staff \notes\relative c'{ 
15         c d e f
16         \repeat "volta" 2 { g a b c }
17         \alternative { { c b a g } { f e d c } }
18       }
19       \context LyricsVoice \lyrics {
20         De eer- ste << { maat } { moet } >>
21         \repeat fold 2 { }
22         \alternative {
23           { en dan twee keer } 
24           { een koe- plet _ } 
25         }
26         en dan nog dit er ach- ter aan
27       }
28   >>
29 }