]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/dotted-harmonics.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / dotted-harmonics.ly
diff --git a/input/lsr/dotted-harmonics.ly b/input/lsr/dotted-harmonics.ly
deleted file mode 100644 (file)
index b2c337c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-%% 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.12.3"
-
-\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.
-}