mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2025-01-07 00:13:35 +01:00
Added all echos
This commit is contained in:
parent
7715352966
commit
97fcb4114c
1 changed files with 9 additions and 2 deletions
|
@ -143,8 +143,15 @@ pgrace = #(define-music-function (notes) (ly:music?) #{
|
||||||
#})
|
#})
|
||||||
|
|
||||||
% Echos
|
% Echos
|
||||||
echoA = { \pgrace{ g16 } }
|
echoG = { \pgrace { G16 } }
|
||||||
echog = { \pgrace{ A16 } }
|
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
|
% Single grace notes
|
||||||
grG = { \pgrace { G32 } }
|
grG = { \pgrace { G32 } }
|
||||||
|
|
Loading…
Reference in a new issue