]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-style.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / note-head-style.ly
index 471b79d9ee20d144c445e7a24a1f47c33bc7e616..9ddc8b6ae8456000d8d7ea1a977528dd5486886f 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.14.0"
+\version "2.16.0"
 \header{
   texidoc="
-Note head shapes may be set from several choices.  
-The stem endings should be adjusted according to the note head.  
+Note head shapes may be set from several choices.
+The stem endings should be adjusted according to the note head.
 If you want different note head styles on one stem,
 you must create a special context.
 
 Harmonic notes have a different shape and different
-dimensions. 
+dimensions.
 "
 }
 
@@ -23,7 +23,7 @@ pattern = <<
   }
   \new Voice {
     \override Stem  #'direction = #DOWN
-    a4 a2. a1 a\breve*1/2 a\longa*1/4
+    g4 g2. g1 g\breve*1/2 g\longa*1/4
   }
 >>
 
@@ -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
+
 }