]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic-dotted.ly
Doc-es: various updates.
[lilypond.git] / input / regression / note-head-harmonic-dotted.ly
1 \version "2.19.21"
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 {
11   r4 <bes' es\harmonic>2.
12   \set harmonicDots = ##t
13   r4 <bes es\harmonic>2.
14 }