Status: New
Owner: ----
New issue 3828 by [email protected]: new markup command: vconcat
http://code.google.com/p/lilypond/issues/detail?id=3828
Hi!
I wrote a simply new markup command to vertically concat a markup-list:
#(define-markup-command (vconcat layout props args) (markup-list?)
(interpret-markup layout props
#{\markup
\override #'(baseline-skip . 0)
\column #args
#}))
Maybe it might be of interest to someone else
Regards.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings