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:
parent
2e21c65d8a
commit
d7cdb292c3
5 changed files with 39 additions and 17 deletions
|
@ -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
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue