[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: arrêt des liaisons
From: |
Valentin Villenave |
Subject: |
Re: arrêt des liaisons |
Date: |
Thu, 19 Mar 2020 18:53:20 +0100 |
On 3/19/20, Valentin Villenave <address@hidden> wrote:
> Comme ceci
Allez, une dernière et puis j’arrête : il faudrait aussi ajouter le
tempo, et remettre le do dièse dans l’arpège :
%%%
%% les petites notes
mordantAqUp = { \tag #'print { a'8\mordent\fermata } \tag #'midi {
a64 g a~ a~ a16 } }
mordantAq = { \tag #'print { a8\mordent\fermata } \tag #'midi {
a64 g a~ a~ a16 } }
octavaD = { \tag #'print { d,,2~ d } \tag #'midi { < d,, d >2~ q } }
upper = \relative c'' {
\key d \minor
\time 4/4
\tag #'print \tempo "Adagio"
\tag #'midi \tempo 4 = 45
\set Staff.midiInstrument = #"church organ"
% Bach, Toccata BWV 565 (incipit)
\mordantAqUp r32 g64 f e d cis32 d16 r16 r8\fermata \mordantAq
r32 e32 f cis d16 r16 r8\fermata
\clef bass \mordantAq r32 g64 f e d cis32 d16 r16 r8\fermata
<<
{ % \voiceOne
\set tieWaitForNote = ##t
r4 cis!4*1/6~ e~ g_~ s8
\set tieWaitForNote = ##f
\shape #'((-.3 . .6) (0 . .8) (0 . .8) (-.3 . .6)) Tie
<cis, e g>4_~ \voiceThree g'16
\tag #'midi \tempo 4 = 30 e fis8
} \\ { % \voiceTwo
s2. d4
} \\ { % \voiceThree
\set tieWaitForNote = ##t
s4 s8 bes'4*1/6~ cis_~ e~ <bes cis e>4
\voiceOne <a d>
} \\ { % \voiceFour
\octavaD
}
>>
}
thePianoStaff = \new PianoStaff <<
%\set PianoStaff.instrumentName = #""
\new Staff = "upper" \upper
% \new Staff = "lower" \lower
>>
\score {
\keepWithTag #'print \thePianoStaff
\layout {
#(layout-set-staff-size 17)
\context {
\Score
\override SpacingSpanner.common-shortest-duration = #(ly:make-moment 1/2)
}
}
}
\score {
\keepWithTag #'midi \thePianoStaff
\midi { }
}
%}
%%%
V.
Re: arrêt des liaisons, martial, 2020/03/19