lilypond-user-fr
[Top][All Lists]
Advanced

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

bug arranger.ly et pitchedTrill


From: Clement Caillol
Subject: bug arranger.ly et pitchedTrill
Date: Mon, 10 May 2021 09:23:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0

Bonjour à tous,

J'ai remarqué que les fonctions de transposition d'arranger.ly n'affectaient pas les pitchedTrill :


\version "2.22.0"
\include "arranger.ly"

global = s1*100
#(init '())
#(begin
(cut-end 'global 5)
)


all = #'(I)
#(init all)
#(begin
(x-rm 'I #{ \pitchedTrill c'2\startTrillSpan d' r2\stopTrillSpan #} 1 2 3 4)

(octavize 1 'I 2 3)
(apply-to 'I (set-octave 1) 3 4)
(apply-to 'I (set-transp 0 3 0) 4 5)
)
 \new Staff << \global \I >>


Bien à vous,

Clément Caillol




reply via email to

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