From: Neil Puttock Date: Sat, 30 Aug 2008 23:51:35 +0000 (+0100) Subject: New snippet for dotted harmonics. X-Git-Tag: release/2.11.58-1~32^2~6^2~4^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ea329e7ab011d56286d1e8bd9b5aa9a67b5f0df1;p=lilypond.git New snippet for dotted harmonics. --- 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. +}