1\version "2.19.21"
2
3\header {
4  texidoc = "
5Dots on harmonic note heads can be shown by setting the property
6@code{harmonicDots}.
7"
8}
9
10\relative {
11  r4 <bes' es\harmonic>2.
12  \set harmonicDots = ##t
13  r4 <bes es\harmonic>2.
14}
15