lilypond-1.3.18
[lilypond.git] / input / test / noteheadstyle.ly
blob8c0580921580706211d8dc7459f3ac63883b6af6
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 = "mensural"
10 c4 c2 c8 c16 c16 c1
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 }
19 \context Thread = TC
20 { \property Thread.noteHeadStyle = "mensural" d16 }
25 \context Voice <\context Thread = TA {
26 \property Thread.noteHeadStyle = #'()
27 c4 c4 }
28 \context Thread = TB {
29 \property Thread.noteHeadStyle = "mensural"
30 c'4 \stemdown c
31 } >
35 \paper {
39 \version "1.3.5";