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

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

Re: arrêt des liaisons


From: Patachon
Subject: Re: arrêt des liaisons
Date: Thu, 19 Mar 2020 18:54:50 +0100

Bien. Ça sa sonne parfaitement bien, là.

Merci pour le coup de main.

Patrick — 414 au compteur Scarlatti… le bout du bout arrive bientôt !

Le jeu. 19 mars 2020 à 18:48, Valentin Villenave
<address@hidden> a écrit :
>
> On 3/19/20, Valentin Villenave <address@hidden> wrote:
> > Voici une suggestion de correction. (Personnellement j’utiliserais
> > plutôt \tuplet au lieu de \times, \voiceTwo au lieu de \stemDown et
> > \voiceThree au lieu de \shiftOn, mais c’est une question de goût).
>
> Comme ceci (j’en profite pour remettre les voix dans l’ordre, et
> ajouter une liaison qui manquait) :
>
> %%%
>
>
> %% 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
>   \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 cis4*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
>       \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)
>       \remove "Metronome_mark_engraver"
>     }
>   }
> }
>
> \score {
>   \keepWithTag #'midi \thePianoStaff
>   \midi { }
> }
> %}
>
> %%%
>
> V.



reply via email to

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