]> 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 647ed3f20dc861689af494d16f8aa3fb73825684..9ddc8b6ae8456000d8d7ea1a977528dd5486886f 100644 (file)
@@ -1,19 +1,19 @@
-\version "2.7.13"
+\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.
 "
 }
 
 \layout {
   indent = 0.0
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 pattern = <<
@@ -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
   }
 >>
 
@@ -35,55 +35,76 @@ pattern = <<
   s1*0^\markup { "default" }
   \pattern
 
-  \override Staff.NoteHead  #'style = #'baroque
-  s1*0^\markup { "baroque" }
+  \override Staff.NoteHead  #'style = #'altdefault
+  s1*0^\markup { "altdefault" }
   \pattern
 
   \break
 
+  \override Staff.NoteHead  #'style = #'baroque
+  s1*0^\markup { "baroque" }
+  \pattern
+
   \override Staff.NoteHead  #'style = #'neomensural
   s1*0^\markup { "neomensural" }
   \pattern
 
+  \break
+
   \override Staff.NoteHead  #'style = #'mensural
   s1*0^\markup { "mensural" }
   \pattern
 
-  \break
-
   \override Staff.NoteHead  #'style = #'petrucci
   s1*0^\markup { "petrucci" }
   \pattern
 
+  \break
+
   \override Staff.NoteHead  #'style = #'harmonic
   s1*0^\markup { "harmonic" }
   \pattern
 
+  \override Staff.NoteHead  #'style = #'harmonic-black
+  s1*0^\markup { "harmonic-black" }
+  \pattern
+
   \break
 
+  \override Staff.NoteHead  #'style = #'harmonic-mixed
+  s1*0^\markup { "harmonic-mixed" }
+  \pattern
+
   \override Staff.NoteHead  #'style = #'diamond
   s1*0^\markup { "diamond" }
   \pattern
 
+  \break
+
   \override Staff.NoteHead  #'style = #'cross
   s1*0^\markup { "cross" }
   \pattern
 
-  \break
-
   \override Staff.NoteHead  #'style = #'xcircle
   s1*0^\markup { "xcircle" }
   \pattern
 
+  \break
+
   \override Staff.NoteHead  #'style = #'triangle
   s1*0^\markup { "triangle" }
   \pattern
 
-  \break
-
   \override Staff.NoteHead  #'style = #'slash
   s1*0^\markup { "slash" }
   \pattern
+
+  \break
+
+  \override Staff.NoteHead  #'style = #'kievan
+  s1*0^\markup { "kievan" }
+  \pattern
+
 }