]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/noteheadstyle.ly
patch::: 1.3.26.jcn1
[lilypond.git] / input / test / noteheadstyle.ly
index f772a5c03dc904a86f36554a1a0051b988f4d90c..8c0580921580706211d8dc7459f3ac63883b6af6 100644 (file)
@@ -6,7 +6,7 @@ c4 c2 c8  c16 c16  c1
 c4 c2 c8  c16 c16  c1
 \property Voice.noteHeadStyle = "cross"
 c4 c2 c8  c16 c16  c1
-\property Voice.noteHeadStyle = "harmonic"
+\property Voice.noteHeadStyle = "mensural"
 c4 c2 c8  c16 c16  c1
 
    \context Voice <
@@ -17,13 +17,23 @@ c4 c2 c8  c16 c16  c1
       { \property Thread.noteHeadStyle = "" a16  }
     
     \context Thread = TC
-      { \property Thread.noteHeadStyle = "harmonic" d16 }
+      { \property Thread.noteHeadStyle = "mensural" d16 }
     
   >
+
+  
+   \context Voice <\context Thread = TA {
+   \property Thread.noteHeadStyle = #'()
+   c4 c4 }
+\context Thread = TB {
+  \property Thread.noteHeadStyle = "mensural"
+  c'4 \stemdown c
+} >
+
 }
 
     \paper {
        
     }
 }
-\version "1.3.4"; 
+\version "1.3.5";