lilypond-user
[Top][All Lists]
Advanced

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

define-markup-function problem


From: Kieren MacMillan
Subject: define-markup-function problem
Date: Wed, 28 Jan 2009 09:55:01 -0500

Hi all,

Could someone please explain why this works:

#(define-markup-command (test layout props stringA stringB) (string? string?)
        (interpret-markup layout props
        (markup #:bold stringA #:italic stringB)))

\markup \test #"one" #"two"

but this doesn't:

#(define-markup-command (test layout props stringA stringB) (string? string?)
        (interpret-markup layout props
        (markup #:column (cons stringA stringB))))

\markup \test #"one" #"two"

Thanks,
Kieren.




reply via email to

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