From 48ccadbdabfe54e8c84ed2b5c0114f9457861268 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sun, 31 Aug 2008 00:51:35 +0100 Subject: [PATCH] New snippet for dotted harmonics. --- input/new/dotted-harmonics.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/new/dotted-harmonics.ly diff --git a/input/new/dotted-harmonics.ly b/input/new/dotted-harmonics.ly new file mode 100644 index 0000000000..760e54a639 --- /dev/null +++ b/input/new/dotted-harmonics.ly @@ -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 + 2. ~ + 4. 8( ) + 2. + 2. +} -- 2.11.4.GIT