From 48cc882ff73676457ee25f73f6790843bdcc294b Mon Sep 17 00:00:00 2001 From: Jazz Kersell Date: Sun, 10 Jul 2016 23:36:54 -0400 Subject: [PATCH] Fix rename in cheatsheet.ly --- cheatsheet.ly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cheatsheet.ly b/cheatsheet.ly index 6249703..a6e42ff 100644 --- a/cheatsheet.ly +++ b/cheatsheet.ly @@ -132,11 +132,11 @@ { \hideKeySignature \set Staff.instrumentName = "Grips and birls " - a \grip c d \bgrip d a \egrip c + a \grip c d \dgrip d a \egrip c \birl a \wbirl a \gbirl a \dbirl a } \addlyrics { - \skip 4 "\grip" \skip 4 "\bgrip" \skip 4 "\egrip" + \skip 4 "\grip" \skip 4 "\dgrip" \skip 4 "\egrip" "\birl" "\wbirl" "\gbirl" "\dbirl" } } @@ -145,12 +145,12 @@ { \hideKeySignature \set Staff.instrumentName = \markup { "Taorluath " } - e \taor a d \btaor a G \Gtaor a + e \taor a d \dtaor a G \Gtaor a b \taoramb b c \taoramc c b \taoramd d e \taorjmd a e \taorold a } \addlyrics { - \skip 4 "\\taor" \skip 4 "\btaor" \skip 4 "\Gtaor" + \skip 4 "\\taor" \skip 4 "\dtaor" \skip 4 "\Gtaor" \skip 4 "\\taoramb" \skip 4 "\\taoramc" \skip 4 "\\taoramd" \skip 4 "\\taorjmd" \skip 4 "\\taorold" }