From 0c379bf4a13aded11488bbcf1455e3b7d4cf918d Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sun, 30 Oct 2016 17:45:28 +0100 Subject: [PATCH] Added echos for low A,G --- bagpipe_new.ly | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bagpipe_new.ly b/bagpipe_new.ly index b241d08..812e619 100644 --- a/bagpipe_new.ly +++ b/bagpipe_new.ly @@ -142,6 +142,10 @@ pgrace = #(define-music-function (notes) (ly:music?) #{ \revert Score.Stem.beamlet-default-length #}) +% Echos +echoA = { \pgrace{ g32 } } +echog = { \pgrace{ A16 } } + % Single grace notes grG = { \pgrace { G32 } } gra = { \pgrace { a32 } }