1
0
Fork 0
mirror of https://github.com/kastdeur/bagpipe.ly.git synced 2025-01-04 23:23:32 +01:00

Added all echos

This commit is contained in:
Eric Teunis de Boone 2016-10-30 21:32:07 +01:00
parent 7715352966
commit 97fcb4114c

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