]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/dotted-harmonics.ly
LSR: Update.
[lilypond.git] / input / new / dotted-harmonics.ly
diff --git a/input/new/dotted-harmonics.ly b/input/new/dotted-harmonics.ly
deleted file mode 100644 (file)
index 43cdd3b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-\version "2.12.0"
-
-\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.
-}