]> git.donarmstrong.com Git - lilypond.git/blob - input/test/noteheadstyle.ly
release: 1.3.60
[lilypond.git] / input / test / noteheadstyle.ly
1 \score { \notes \relative c{
2 c''4 c2 c8  c16 c16 c1 c\breve 
3 \property Voice.noteHeadStyle = #'diamond
4 c4 c2 c8  c16 c16  c1 c\breve
5 \property Voice.noteHeadStyle = #'transparent
6 c4 c2 c8  c16 c16  c1 c\breve
7 \property Voice.noteHeadStyle = #'cross
8 c4 c2 c8  c16 c16  c1 c\breve
9 \property Voice.noteHeadStyle = #'mensural
10 c4 c2 c8  c16 c16  c1 c\breve c\longa
11 \property Voice.noteHeadStyle = #'harmonic
12 c4 c2 c8  c16 c16  c1 c\breve
13 \property Voice.noteHeadStyle = #'baroque
14 c4 c2 c8  c16 c16  c1 c\breve c\longa
15
16    \context Voice <
17     \context Thread = TA
18       { \property Thread.noteHeadStyle = #'cross
19         \property Voice.verticalDirection = \up c16} 
20     \context Thread = TB
21       { \property Thread.noteHeadStyle = #'default a16  }
22     
23     \context Thread = TC
24       { \property Thread.noteHeadStyle = #'mensural d16 }
25     
26   >
27
28   
29    \context Voice <\context Thread = TA {
30    \property Thread.noteHeadStyle = #'default
31    c4 c4 }
32 \context Thread = TB {
33   \property Thread.noteHeadStyle = #'mensural
34   c'4 \stemdown c
35 } >
36
37 }
38
39     \paper {
40        
41     }
42 }
43 \version "1.3.59";