Thank you,

Here's what I have in one of my files of shortcuts:

#(define-markup-command (MM layout props dura beats) (ly:duration? string?)
  (interpret-markup layout props
   (markup
    #:tiny #:raise 0.4 (#:note dura up)
    #:tiny "="
    #:tiny beats
  )))

Paul



Reply via email to