]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/noteheadstyle.ly
release: 1.3.12
[lilypond.git] / input / test / noteheadstyle.ly
index 946b97b13eab453491d93c1aee068b051aae5e12..2ea3c430255c9830ad80a9529d51d6e246b956ec 100644 (file)
@@ -9,10 +9,10 @@ c4 c2 c8  c16 c16  c1
 \property Voice.noteHeadStyle = "harmonic"
 c4 c2 c8  c16 c16  c1
 
-   \context ThreadedVoice <
+   \context Voice <
     \context Thread = TA
       { \property Thread.noteHeadStyle = "cross"
-        \property ThreadedVoice.ydirection = \up c16} 
+        \property Voice.verticalDirection = \up c16} 
     \context Thread = TB
       { \property Thread.noteHeadStyle = "" a16  }
     
@@ -20,24 +20,16 @@ c4 c2 c8  c16 c16  c1
       { \property Thread.noteHeadStyle = "harmonic" d16 }
     
   >
+ \context Voice <\context Thread = TA { c4 c4 }
+\context Thread = TB {
+  \property Thread.noteHeadStyle = "harmonic"
+  c'4 \stemdown c
+} >
+
 }
 
     \paper {
-        \translator {
-         \VoiceContext
-         \remove Note_heads_engraver;
-         \accepts Thread;
-         \name ThreadedVoice;
-       }
-       \translator {
-         \StaffContext
-         \accepts ThreadedVoice;
-       }
-       \translator {
-         \type Engraver_group_engraver;
-         \consists Note_heads_engraver;
-         \name Thread;
-       }
+       
     }
 }
-\version "1.0.19"; 
+\version "1.3.5";