Skip to content

Instantly share code, notes, and snippets.

@msikma
Created April 7, 2017 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msikma/a5612fbf10aafb24ea4cd81dbafb1191 to your computer and use it in GitHub Desktop.
Save msikma/a5612fbf10aafb24ea4cd81dbafb1191 to your computer and use it in GitHub Desktop.
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