lilypond-user
[Top][All Lists]
Advanced

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

Re: Scheme question: convert a range


From: Andrew Bernard
Subject: Re: Scheme question: convert a range
Date: Wed, 18 Nov 2015 00:19:52 +1100
User-agent: Microsoft-MacOutlook/0.0.0.151105

Hi Jacques,

You could base a solution on this approach:

  c'1 -\markup {
        \column {
                \column {
                #(string-append
                "commllen = "
                (string-concatenate (map number->string '(1 2))))
                        }
                }
        }


[Pardon the formatting - it’s late and my mailer won’t behave.]

Andrew





reply via email to

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