|
From: | Jean Abou Samra |
Subject: | Re: modification temporaire d'un nom d'accord |
Date: | Sun, 30 Jul 2023 22:13:03 +0200 |
User-agent: | Evolution 3.48.4 (3.48.4-1.fc38) |
Bonjour Vincent,
Est-ce que c'est mieux comme ceci ?
\version "2.24.1"
appendChordText =
#(define-music-function (text mus) (markup? ly:music?)
#{
\tweak stencil
#(lambda (grob)
(grob-interpret-markup
grob
(make-concat-markup
(list (ly:grob-property grob 'text)
text))))
#mus
#})
\chords {
\tweak extra-offset #'(11 . 1)
\appendChordText "(Dorien)"
g1*8:m7
\tweak extra-offset #'(9 . 1)
\appendChordText "(Aeolien)"
a:m7
\tweak extra-offset #'(8.5 . 1)
\appendChordText "(Dorien)"
g:m7
}
Cordialement,
Jean
signature.asc
Description: This is a digitally signed message part
[Prev in Thread] | Current Thread | [Next in Thread] |