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.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to