lilypond-user
[Top][All Lists]
Advanced

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

two markups


From: Gianmaria Lari
Subject: two markups
Date: Fri, 21 Dec 2018 09:51:37 +0100

This works perfectly and print ciccio:

\version "2.19.82"
test = #(define-scheme-function () () #{ \markup "ciccio"  #} )
\test

but if i specify two markups instead of one like here....

\version "2.19.82"
test = #(define-scheme-function () () #{ \markup "ciccio" \markup "ciccio" #} )
\test

then it stop to works. 
Why? And how should I do if I need to specify two markups?
Thank you, g.

reply via email to

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