Creating custom dynamics in MIDI output: Difference between revisions
Import snippet from LSR |
m New category Tags: Mobile edit Mobile web edit |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
The dynamic mark <code>\rfz</code> gets value <code>0.9</code>. | The dynamic mark <code>\rfz</code> gets value <code>0.9</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
#(define (myDynamics dynamic) | #(define (myDynamics dynamic) | ||
(if (equal? dynamic "rfz") | (if (equal? dynamic "rfz") | ||
| Line 27: | Line 27: | ||
[[Category:Scheme]] | [[Category:Scheme]] | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||