]> git.donarmstrong.com Git - lilypond.git/commitdiff
New snippet for dotted harmonics.
authorNeil Puttock <n.puttock@gmail.com>
Sat, 30 Aug 2008 23:51:35 +0000 (00:51 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Sat, 30 Aug 2008 23:51:35 +0000 (00:51 +0100)
input/new/dotted-harmonics.ly [new file with mode: 0644]

diff --git a/input/new/dotted-harmonics.ly b/input/new/dotted-harmonics.ly
new file mode 100644 (file)
index 0000000..760e54a
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.11.58"
+
+\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"
+}
+
+\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.
+}