]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-style.ly
MusicXML: Change time signature in duration test file, so it looks better
[lilypond.git] / input / regression / note-head-style.ly
index 59a55325ce8c5eeaf70ba2e271ab22e1611b421d..c561eec4d11ad2ce795155fb7fd33374ab09c652 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.10.0"
 \header{
   texidoc="
 Note head shapes may be set from several choices.  
@@ -13,7 +13,7 @@ dimensions.
 
 \layout {
   indent = 0.0
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 pattern = <<
@@ -61,6 +61,16 @@ pattern = <<
 
   \break
 
+  \override Staff.NoteHead  #'style = #'harmonic-black
+  s1*0^\markup { "harmonic-black" }
+  \pattern
+
+  \override Staff.NoteHead  #'style = #'harmonic-mixed
+  s1*0^\markup { "harmonic-mixed" }
+  \pattern
+
+  \break
+
   \override Staff.NoteHead  #'style = #'diamond
   s1*0^\markup { "diamond" }
   \pattern