]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/kievan-notation.ly
Web-de: updating to current version
[lilypond.git] / input / regression / kievan-notation.ly
1 \version "2.17.4"
2
3 \header {
4   texidoc = "LilyPond typesets Kievan notation.
5 "
6 }
7
8 \score {
9   <<
10     \new KievanVoice = "melody" \transpose c c' {
11       \cadenzaOn
12         c4 c8 c8[ d8] c4 c2 b,\longa
13         \bar "k"
14     }
15     \new Lyrics \lyricsto "melody" {
16       Го -- спо -- ди по -- ми -- луй.
17     }
18   >>
19 }