From 97fcb4114c4b93c359353f3d46aa3163f6dd1719 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sun, 30 Oct 2016 21:32:07 +0100 Subject: [PATCH] Added all echos --- bagpipe_new.ly | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/bagpipe_new.ly b/bagpipe_new.ly index 81844a2..3c0fa54 100644 --- a/bagpipe_new.ly +++ b/bagpipe_new.ly @@ -143,8 +143,15 @@ pgrace = #(define-music-function (notes) (ly:music?) #{ #}) % Echos -echoA = { \pgrace{ g16 } } -echog = { \pgrace{ A16 } } +echoG = { \pgrace { G16 } } +echoa = { \pgrace { a16 } } +echob = { \pgrace { b16 } } +echoc = { \pgrace { c16 } } +echod = { \pgrace { d16 } } +echoe = { \pgrace { e16 } } +echof = { \pgrace { f16 } } +echog = { \pgrace { g16 } } +echoA = { \pgrace { A16 } } % Single grace notes grG = { \pgrace { G32 } }