lilypond-devel
[Top][All Lists]
Advanced

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

Re: Patch: Make #{ ... #} wagonloads more useful


From: Kieren MacMillan
Subject: Re: Patch: Make #{ ... #} wagonloads more useful
Date: Sun, 28 Aug 2011 13:48:49 -0400

Hi David,

> #(define-markup-command (double-box layout props text) (markup?)
>  "Draw a double box around text."
>  (interpret-markup layout props
>     #{\markup \override #'(box-padding . 0.4) \box \override #'(box-padding . 
> 0.6) \box { $text } #}))
> 
> After all, that looks decidedly less obscure than the markup macro.

This is fabulous — thanks for the very useful patch!
Kieren.


reply via email to

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