Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Gianmaria Lari
On Tue, 26 Nov 2019 at 15:25, David Kastrup wrote: > Gianmaria Lari writes: > > > On Tue, 26 Nov 2019 at 14:14, David Kastrup wrote: > > > >> Thomas Morley writes: > >> > >> > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari > >> > : > >> >> > >> >> This code works. > >> >> > >> >>

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread David Kastrup
Gianmaria Lari writes: > On Tue, 26 Nov 2019 at 14:14, David Kastrup wrote: > >> Thomas Morley writes: >> >> > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari >> > : >> >> >> >> This code works. >> >> >> >> \version "2.21.0" >> >> test = #(define-scheme-function (nota) (ly:music?) >>

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Gianmaria Lari
On Tue, 26 Nov 2019 at 14:14, David Kastrup wrote: > Thomas Morley writes: > > > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari > > : > >> > >> This code works. > >> > >> \version "2.21.0" > >> test = #(define-scheme-function (nota) (ly:music?) > >> #{ > >> $nota ^\markup {M}

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread David Kastrup
Thomas Morley writes: > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari > : >> >> This code works. >> >> \version "2.21.0" >> test = #(define-scheme-function (nota) (ly:music?) >> #{ >> $nota ^\markup {M} >> #}) Ugh. Why a scheme function? >> {\test c} >> >> but it didn't

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Gianmaria Lari
On Tue, 26 Nov 2019 at 10:53, Thomas Morley wrote: > Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari > : > > > > This code works. > > > > \version "2.21.0" > > test = #(define-scheme-function (nota) (ly:music?) > > #{ > > $nota ^\markup {M} > > #}) > > > > {\test c} > > > >

Re: $nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Thomas Morley
Am Di., 26. Nov. 2019 um 09:30 Uhr schrieb Gianmaria Lari : > > This code works. > > \version "2.21.0" > test = #(define-scheme-function (nota) (ly:music?) > #{ > $nota ^\markup {M} > #}) > > {\test c} > > but it didn't in version 2.19.83. How I should modify it to make it working > in

$nota ^\markup {M} version 2.19 vs 2.21

2019-11-26 Thread Gianmaria Lari
This code works. \version "2.21.0" test = #(define-scheme-function (nota) (ly:music?) #{ $nota ^\markup {M} #}) {\test c} but it didn't in version 2.19.83. How I should modify it to make it working in 2.19.83? Thank you, g.