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:
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
|
||||
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 } }
|
||||
|
|
Loading…
Reference in a new issue