]> git.donarmstrong.com Git - lilypond.git/blob - input/new/dotted-harmonics.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / dotted-harmonics.ly
1 \version "2.11.61"
2
3 \header {
4   lsrtags = "unfretted-strings,tweaks-and-overrides"
5   texidoc = "Artificial harmonics using @code{\\harmonic} do not show
6 dots.  To override this behavior, set the context property
7 @code{harmonicDots}."
8   doctitle = "Dotted harmonics"
9 }
10
11 \relative c''' {
12   \time 3/4
13   \key f \major
14   \set harmonicDots = ##t
15   <bes f'\harmonic>2. ~
16   <bes f'\harmonic>4. <a e'\harmonic>8( <gis dis'\harmonic> <g d'\harmonic>)
17   <fis cis'\harmonic>2.
18   <bes f'\harmonic>2.
19 }