lilypond-user
[Top][All Lists]
Advanced

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

Re: define-vstrut-markup ?


From: Karol Majewski
Subject: Re: define-vstrut-markup ?
Date: Sun, 07 Sep 2014 22:46:24 +0200

Works! Thanks!

 

#(define-markup-command (strut layout props text) (markup?)
  (interpret-markup layout props
    #{
      \markup \concat {
        \vstrut #text
      }
    #}))

 

 

--Karol



reply via email to

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