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