mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2024-10-31 17:43:33 +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
|
||||
echoA = { \pgrace{ g32 } }
|
||||
echoA = { \pgrace{ g16 } }
|
||||
echog = { \pgrace{ A16 } }
|
||||
|
||||
% Single grace notes
|
||||
|
|
Loading…
Reference in a new issue