]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-style.ly
Add glyphs and basic support for Kievan Notation
[lilypond.git] / input / regression / note-head-style.ly
index 255ce007dd2ce3f2356eb37b5351976820c39c4f..5fe18054d40188562947336d01052fcaded6a9a5 100644 (file)
@@ -98,6 +98,13 @@ pattern = <<
   \override Staff.NoteHead  #'style = #'slash
   s1*0^\markup { "slash" }
   \pattern
+
+  \break
+
+  \override Staff.NoteHead  #'style = #'kievan
+  s1*0^\markup { "kievan" }
+  \pattern
+
 }