5 Note head shapes may be set from several choices.
6 The stem endings should be adjusted according to the note head.
7 If you want different note head styles on one stem,
8 you must create a special context.
10 Harmonic notes have a different shape and different
21 \remove "Bar_number_engraver"
27 \override Stem.direction = #UP
28 e'4 2. 1 \breve*1/2 \longa*1/4 \bar "||"
31 \override Stem.direction = #DOWN
32 a4 2. 1 \breve*1/2 \longa*1/4 \bar "||"
40 \override Staff.NoteHead.style = #'default
41 s1*0^\markup { "default" }
44 \override Staff.NoteHead.style = #'altdefault
45 s1*0^\markup { "altdefault" }
50 \override Staff.NoteHead.style = #'baroque
51 s1*0^\markup { "baroque" }
54 \override Staff.NoteHead.style = #'neomensural
55 s1*0^\markup { "neomensural" }
60 \override Staff.NoteHead.style = #'mensural
61 s1*0^\markup { "mensural" }
64 \override Staff.NoteHead.style = #'petrucci
65 s1*0^\markup { "petrucci" }
70 \override Staff.NoteHead.style = #'harmonic
71 s1*0^\markup { "harmonic" }
74 \override Staff.NoteHead.style = #'harmonic-black
75 s1*0^\markup { "harmonic-black" }
80 \override Staff.NoteHead.style = #'harmonic-mixed
81 s1*0^\markup { "harmonic-mixed" }
84 \override Staff.NoteHead.style = #'diamond
85 s1*0^\markup { "diamond" }
90 \override Staff.NoteHead.style = #'cross
91 s1*0^\markup { "cross" }
94 \override Staff.NoteHead.style = #'xcircle
95 s1*0^\markup { "xcircle" }
100 \override Staff.NoteHead.style = #'triangle
101 s1*0^\markup { "triangle" }
104 \override Staff.NoteHead.style = #'slash
105 s1*0^\markup { "slash" }