lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tempo indication without parentheses


From: Paul Scott
Subject: Re: tempo indication without parentheses
Date: Sat, 17 Dec 2022 15:07:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

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

[Prev in Thread] Current Thread [Next in Thread]