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