Added all echos

This commit is contained in:
Eric Teunis de Boone 2016-10-30 21:32:07 +01:00
parent 7715352966
commit 97fcb4114c
1 changed files with 9 additions and 2 deletions

View File

@ -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 } }