]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/dotted-harmonics.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / dotted-harmonics.ly
diff --git a/Documentation/snippets/dotted-harmonics.ly b/Documentation/snippets/dotted-harmonics.ly
new file mode 100644 (file)
index 0000000..e445756
--- /dev/null
@@ -0,0 +1,24 @@
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.13.1"
+
+\header {
+  lsrtags = "unfretted-strings, tweaks-and-overrides"
+
+  texidoc = "
+Artificial harmonics using @code{\\harmonic} do not show dots.  To
+override this behavior, set the context property @code{harmonicDots}.
+
+"
+  doctitle = "Dotted harmonics"
+} % begin verbatim
+
+\relative c''' {
+  \time 3/4
+  \key f \major
+  \set harmonicDots = ##t
+  <bes f'\harmonic>2. ~
+  <bes f'\harmonic>4. <a e'\harmonic>8( <gis dis'\harmonic> <g d'\harmonic>)
+  <fis cis'\harmonic>2.
+  <bes f'\harmonic>2.
+}