mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2025-01-07 00:13:35 +01:00
Added echos for low A,G
This commit is contained in:
parent
fbd2e97b0e
commit
0c379bf4a1
1 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,10 @@ pgrace = #(define-music-function (notes) (ly:music?) #{
|
||||||
\revert Score.Stem.beamlet-default-length
|
\revert Score.Stem.beamlet-default-length
|
||||||
#})
|
#})
|
||||||
|
|
||||||
|
% Echos
|
||||||
|
echoA = { \pgrace{ g32 } }
|
||||||
|
echog = { \pgrace{ A16 } }
|
||||||
|
|
||||||
% Single grace notes
|
% Single grace notes
|
||||||
grG = { \pgrace { G32 } }
|
grG = { \pgrace { G32 } }
|
||||||
gra = { \pgrace { a32 } }
|
gra = { \pgrace { a32 } }
|
||||||
|
|
Loading…
Reference in a new issue