1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2025-06-18 04:46:37 +02:00

Updated the README a bit to include a preview image

This commit is contained in:
Eric Teunis de Boone 2019-02-10 20:09:38 +01:00
parent 2e21c65d8a
commit d7cdb292c3
5 changed files with 39 additions and 17 deletions

View file

@ -55,7 +55,7 @@ sruffddr = \drummode { \drumgrace { d16[\dr g g] } } % Swiss Ruff left with sta
get-first-note = #(define-music-function (music) (ly:music?)
"Get the first note-event in @var{music}"
(let ((note(car (extract-typed-music music 'note-event))))
(let ((note (car (extract-typed-music music 'note-event))))
note
)
)