]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic-dotted.ly
f177dea86f77372b2232f5409c3f4220166b73d5
[lilypond.git] / input / regression / note-head-harmonic-dotted.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "
5 Dots on harmonic note heads can be shown by setting the property
6 @code{harmonicDots}.
7 "
8 }
9
10 \relative c'' {
11   r4 <bes es\harmonic>2.
12   \set harmonicDots = ##t
13   r4 <bes es\harmonic>2.
14 }