]> git.donarmstrong.com Git - lilypond.git/blob - input/test/rhythm-lyric.ly
release: 1.1.61
[lilypond.git] / input / test / rhythm-lyric.ly
1 text = \lyrics { Feel the rhy- thm }
2
3 melody = \notes { 
4         e4. d8 e4. c8
5 }
6
7 \score{
8         <
9                 \context Voice \notes\relative c'' \melody
10                 \context Lyrics \rhythm \melody \text
11         >
12 }