]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-head-harmonic-dotted.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / note-head-harmonic-dotted.ly
1 \version "2.16.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 }