]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/dotted-harmonics.ly
Doc-es: pre-merge update of texidoc committishes.
[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 %% Note: this file works from version 2.12.0
4 \version "2.12.0"
5
6 \header {
7   lsrtags = "unfretted-strings,tweaks-and-overrides"
8   texidoc = "Artificial harmonics using @code{\\harmonic} do not show
9 dots.  To override this behavior, set the context property
10 @code{harmonicDots}."
11   doctitle = "Dotted harmonics"
12 } % begin verbatim
13
14
15 \relative c''' {
16   \time 3/4
17   \key f \major
18   \set harmonicDots = ##t
19   <bes f'\harmonic>2. ~
20   <bes f'\harmonic>4. <a e'\harmonic>8( <gis dis'\harmonic> <g d'\harmonic>)
21   <fis cis'\harmonic>2.
22   <bes f'\harmonic>2.
23 }