Created
April 7, 2017 11:31
-
-
Save msikma/a5612fbf10aafb24ea4cd81dbafb1191 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
textCresc = | |
#(define-music-function (parser location mymarkup) (markup?) | |
(make-music 'CrescendoEvent | |
'span-direction START | |
'span-type 'text | |
'span-text mymarkup)) | |
% called like this | |
s8-\textCresc "poi a poi sempre più allegro" s4. s2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment