Jump to content

Dotted harmonics

From LilyPond wiki

Artificial harmonics using \harmonic do not show dots. To override this behavior, set the context property harmonicDots.

\version "2.24.0"

\relative c''' {
  \time 3/4
  \key f \major
  \set harmonicDots = ##t
  <bes f'\harmonic>2. ~
  <bes f'\harmonic>4. <a e'\harmonic>8( <gis dis'\harmonic> <g d'\harmonic>)
  <fis cis'\harmonic>2.
  <bes f'\harmonic>2.
}