]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/noteheadstyle.ly
release: 1.3.60
[lilypond.git] / input / test / noteheadstyle.ly
index 2ea3c430255c9830ad80a9529d51d6e246b956ec..0ec56ee0ccd1ac03cda10f3af8d8dbb2e4abc430 100644 (file)
@@ -1,28 +1,36 @@
 \score { \notes \relative c{
-c''4 c2 c8  c16 c16 c1 
-\property Voice.noteHeadStyle = "diamond"
-c4 c2 c8  c16 c16  c1
-\property Voice.noteHeadStyle = "transparent"
-c4 c2 c8  c16 c16  c1
-\property Voice.noteHeadStyle = "cross"
-c4 c2 c8  c16 c16  c1
-\property Voice.noteHeadStyle = "harmonic"
-c4 c2 c8  c16 c16  c1
+c''4 c2 c8  c16 c16 c1 c\breve 
+\property Voice.noteHeadStyle = #'diamond
+c4 c2 c8  c16 c16  c1 c\breve
+\property Voice.noteHeadStyle = #'transparent
+c4 c2 c8  c16 c16  c1 c\breve
+\property Voice.noteHeadStyle = #'cross
+c4 c2 c8  c16 c16  c1 c\breve
+\property Voice.noteHeadStyle = #'mensural
+c4 c2 c8  c16 c16  c1 c\breve c\longa
+\property Voice.noteHeadStyle = #'harmonic
+c4 c2 c8  c16 c16  c1 c\breve
+\property Voice.noteHeadStyle = #'baroque
+c4 c2 c8  c16 c16  c1 c\breve c\longa
 
    \context Voice <
     \context Thread = TA
-      { \property Thread.noteHeadStyle = "cross"
+      { \property Thread.noteHeadStyle = #'cross
         \property Voice.verticalDirection = \up c16} 
     \context Thread = TB
-      { \property Thread.noteHeadStyle = "" a16  }
+      { \property Thread.noteHeadStyle = #'default a16  }
     
     \context Thread = TC
-      { \property Thread.noteHeadStyle = "harmonic" d16 }
+      { \property Thread.noteHeadStyle = #'mensural d16 }
     
   >
- \context Voice <\context Thread = TA { c4 c4 }
+
+  
+   \context Voice <\context Thread = TA {
+   \property Thread.noteHeadStyle = #'default
+   c4 c4 }
 \context Thread = TB {
-  \property Thread.noteHeadStyle = "harmonic"
+  \property Thread.noteHeadStyle = #'mensural
   c'4 \stemdown c
 } >
 
@@ -32,4 +40,4 @@ c4 c2 c8  c16 c16  c1
        
     }
 }
-\version "1.3.5"; 
+\version "1.3.59";