Re: variables for numbers

2018-05-11 Thread Flaming Hakama by Elaine
On Thu, May 10, 2018 at 3:01 PM, Thomas Morley wrote: > 2018-05-10 22:51 GMT+02:00 Flaming Hakama by Elaine < > ela...@flaminghakama.com>: > > > > On Tue, May 1, 2018 at 11:03 AM, wrote: > >> > >> Send lilypond-user mailing list

Re: variables for numbers

2018-05-10 Thread foxfanfare
Thomas Morley-2 wrote > raiseDistance = #1.3 > \markup \raise #raiseDistance { \italic "sotto voce" } Much easier! ... and better! I should upgrade some of my codes... -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___

Re: variables for numbers

2018-05-10 Thread Thomas Morley
2018-05-10 22:51 GMT+02:00 Flaming Hakama by Elaine : > > On Tue, May 1, 2018 at 11:03 AM, wrote: >> >> Send lilypond-user mailing list submissions to >> lilypond-user@gnu.org > > > > I'm having difficulty understanding how to use a

Re: variables for numbers

2018-05-10 Thread foxfanfare
I don't know if it is the easier way, but I'd do: #(define-markup-command (raiseDistance layout props text) (markup?) (interpret-markup layout props #{ \markup { \raise #1.3 #text } #})) sottoVoce = <>^\markup \raiseDistance

variables for numbers

2018-05-10 Thread Flaming Hakama by Elaine
On Tue, May 1, 2018 at 11:03 AM, wrote: > Send lilypond-user mailing list submissions to > lilypond-user@gnu.org > I'm having difficulty understanding how to use a variable that stores a number, for use with a \raise command. I have numerous markup