]> git.donarmstrong.com Git - lilypond.git/blob - input/test/noteheadstyle.ly
release: 1.1.67
[lilypond.git] / input / test / noteheadstyle.ly
1 \score { \notes \relative c{
2 c''4 c2 c8  c16 c16 c1 
3 \property Voice.noteHeadStyle = "diamond"
4 c4 c2 c8  c16 c16  c1
5 \property Voice.noteHeadStyle = "transparent"
6 c4 c2 c8  c16 c16  c1
7 \property Voice.noteHeadStyle = "cross"
8 c4 c2 c8  c16 c16  c1
9 \property Voice.noteHeadStyle = "harmonic"
10 c4 c2 c8  c16 c16  c1
11
12    \context Voice <
13     \context Thread = TA
14       { \property Thread.noteHeadStyle = "cross"
15         \property Voice.verticalDirection = \up c16} 
16     \context Thread = TB
17       { \property Thread.noteHeadStyle = "" a16  }
18     
19     \context Thread = TC
20       { \property Thread.noteHeadStyle = "harmonic" d16 }
21     
22   >
23 }
24
25     \paper {
26        
27     }
28 }
29 \version "1.1.66";