]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/kievan-notation.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / kievan-notation.ly
diff --git a/input/regression/kievan-notation.ly b/input/regression/kievan-notation.ly
new file mode 100644 (file)
index 0000000..fe78032
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.17.4"
+
+\header {
+  texidoc = "LilyPond typesets Kievan notation.
+"
+}
+
+\score {
+  <<
+    \new KievanVoice = "melody" \transpose c c' {
+      \cadenzaOn
+        c4 c8 c8[ d8] c4 c2 b,\longa
+       \bar "k"
+    }
+    \new Lyrics \lyricsto "melody" {
+      Го -- спо -- ди по -- ми -- луй.
+    }
+  >>
+}