lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3828 in lilypond: new markup command: vconcat


From: lilypond
Subject: [Lilypond-auto] Issue 3828 in lilypond: new markup command: vconcat
Date: Mon, 27 Jan 2014 15:44:43 +0000

Status: New
Owner: ----

New issue 3828 by address@hidden: 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



reply via email to

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