mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2024-11-01 01:53:32 +01:00
Typo for echoA
This commit is contained in:
parent
0c379bf4a1
commit
7715352966
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ pgrace = #(define-music-function (notes) (ly:music?) #{
|
||||||
#})
|
#})
|
||||||
|
|
||||||
% Echos
|
% Echos
|
||||||
echoA = { \pgrace{ g32 } }
|
echoA = { \pgrace{ g16 } }
|
||||||
echog = { \pgrace{ A16 } }
|
echog = { \pgrace{ A16 } }
|
||||||
|
|
||||||
% Single grace notes
|
% Single grace notes
|
||||||
|
|
Loading…
Reference in a new issue