Added echos for low A,G

This commit is contained in:
Eric Teunis de Boone 2016-10-30 17:45:28 +01:00
parent fbd2e97b0e
commit 0c379bf4a1
1 changed files with 4 additions and 0 deletions

View File

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