Re: Markup-Command shortcut

2020-04-10 Thread foxfanfare
Aaron Hill wrote > > \version "2.20.0" > > #(define-markup-command (subUp layout props f1 f2) (markup? markup?) >(interpret-markup layout props > #{ \markup \overtie \concat { #f1 \hspace #0.15 #f2 } #})) > > subst = #(define-music-function (f1 f2) (markup? markup?) >#{ \finger

Re: Markup-Command shortcut

2020-04-09 Thread David Kastrup
foxfanfare writes: > But I don't understand, why is that shortcut also not working then? > > #(define-markup-command (subUp layout props f1 f2) > (string? string?) > (interpret-markup layout props > #{ >\markup { > \overtie \line { \concat { #f1 \hsp

Re: Markup-Command shortcut

2020-04-09 Thread Aaron Hill
On 2020-04-09 11:56 am, foxfanfare wrote: But I don't understand, why is that shortcut also not working then? #(define-markup-command (subUp layout props f1 f2) (string? string?) (interpret-markup layout props #{ \markup { \overtie \line { \concat {

Re: Markup-Command shortcut

2020-04-09 Thread foxfanfare
But I don't understand, why is that shortcut also not working then? #(define-markup-command (subUp layout props f1 f2) (string? string?) (interpret-markup layout props #{ \markup { \overtie \line { \concat { #f1 \hspace #0.15 #f2 } } } #}))

Re: Markup-Command shortcut

2020-04-09 Thread foxfanfare
Of course, thanks! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Markup-Command shortcut

2020-04-09 Thread Aaron Hill
On 2020-04-09 11:09 am, foxfanfare wrote: Hi all, Quick question, I made the following shortcut which draw an arrow of custom lenght: #(define-markup-command (arrow layout props size) (number?) (interpret-markup layout props (markup #:line (#:fontsize 3 (#:general-alig

Markup-Command shortcut

2020-04-09 Thread foxfanfare
Hi all, Quick question, I made the following shortcut which draw an arrow of custom lenght: #(define-markup-command (arrow layout props size) (number?) (interpret-markup layout props (markup #:line (#:fontsize 3 (#:general-align 0 -1 (#:override (cons (quote thicknes