]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/dotted-harmonics.ly
c19604aa2b616b0d262417fc68e1ae446d267789
[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.12.0"
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
14 \relative c''' {
15   \time 3/4
16   \key f \major
17   \set harmonicDots = ##t
18   <bes f'\harmonic>2. ~
19   <bes f'\harmonic>4. <a e'\harmonic>8( <gis dis'\harmonic> <g d'\harmonic>)
20   <fis cis'\harmonic>2.
21   <bes f'\harmonic>2.
22 }