Aller au contenu

Sonate K. 438

Un article de Wikipédia, l'encyclopédie libre.
Sonate K. 438
fa majeur2/2, Allegro, 104 mes.

K.437K.438 → K.439
L.380L.381 → L.382
P.466P.467 → P.468
F.295F.296 → F.297
X 20 ← Venise X 21 → X 22
XII 8 ← Parme XII 9 → XII 10
II 27Münster II 28 → II 29
9 ← Fitzwilliam 10 → 11

La sonate K. 438 (F.296/L.381) en fa majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation[modifier | modifier le code]

La sonate K. 438 en fa majeur, notée Allegro, forme une paire avec la sonate précédente. Après une sonate à l'écriture sévère, se présente une sonate aux ritournelles simples[1].



\version "2.18.2"
\header {
  tagline = ##f
  % title = "Sonate en fa majeur"
  % composer = "Domenico Scarlatti"
  % opus = "K. 438"
  % meter = "Allegro"
}

%% les petites notes
trillDb     = { \tag #'print { d2\prall } \tag #'midi { e32 d e d~ d8~ d4 } }
trillBes    = { \tag #'print { bes4\prall } \tag #'midi { c32 bes c bes~ bes8 } }

upper = \relative c'' {
  \clef treble 
  \key f \major
  \time 2/2
  \tempo 2 = 92
  \set Staff.midiInstrument = #"harpsichord"
  \override TupletBracket.bracket-visibility = ##f

      \partial 4
      s8*0^\markup{Allegro}
      c4 | \repeat unfold 2 { f4 e8 f a4 g } | f e8 d c4 bes | \trillBes a4 r2 |
      % ms. 5
      \stemUp r4 c'4 c, bes' | a c c, bes' | a g8 f g4 e | e f r4 f f d r4 f |f c r4 f |
      % ms. 11
      f4 bes, r4 f' | f a, r8 c8 bes a | g bes a g a c bes d |c e d f e g  f a | g bes a g a c bes a |
      % ms. 16
      g8 g a g g f e d | c e f e e d c b | a c d c c b a g | f g a b c d e c | 
      % ms. 20
      \trillDb r4 g4 | \repeat unfold 2 { c4 c, c c } | a' g2 f4 |
      % ms. 24
      e4 d2 c4 | b8 g' a g g4 g | c8 c, d c c4 c | a'8 a, b a a4 a |
      % ms. 28
      f'8 f, g f f4 f | d'8 b c a b g g' d | e c d f e d c b | c

}

lower = \relative c' {
  \clef bass
  \key f \major
  \time 2/2
  \set Staff.midiInstrument = #"harpsichord"
  \override TupletBracket.bracket-visibility = ##f

    % ************************************** \appoggiatura \repeat unfold 2 {  } \times 2/3 { }
      r4 | < f, f' >2. < c c' >4 | < a a' > < f f' > r4 < c c' > | a' f < c c' >2 | f2 f'4 c' | \stemDown \change Staff = "upper"
      % ms. 3
      \repeat unfold 2 { f4 e8 f a4 g } | f4 e8 d c4 | \change Staff = "lower" bes a c f a, | bes d f bes, | a c f a, |
      % ms. 11
      g4 bes f' g, | f c' f f, | \stemDown \change Staff = "upper" e'4 c f g  a bes c d | e c f f, |
      % ms. 16
      c4 c' b b, | a a' g \change Staff = "lower" g, | f f' e e, | d d' e c | 
      % ms. 20
      \stemUp g8 \stemDown \change Staff = "upper" g' a g g f e d | c e f e e d  \stemUp \change Staff = "lower"  c b | a c d c c b a g | f a g b a c b d |
      % ms. 24
      c8 \stemDown \change Staff = "upper" e d f e g f a | g2 r8 g8 e c | \change Staff = "lower" a,2 r8  \stemDown \change Staff = "upper"  e''8  \stemUp \change Staff = "lower" c a | f,2 r8 c''8 a f |
      % ms. 28
      d,2 r8 d''8 b g | g,,2 r4 g'4 | c f g g, | c2*1/4

}

thePianoStaff = \new PianoStaff <<
    \set PianoStaff.instrumentName = #"Clav."
    \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 { }
}
Premières mesures de la sonate en fa majeur K. 438, de Domenico Scarlatti.


Manuscrits[modifier | modifier le code]

Le manuscrit principal est le numéro 21 du volume X de Venise (1755), copié pour Maria Barbara ; les autres sont Parme XII 9 et Münster II 28[2].

Interprètes[modifier | modifier le code]

La sonate K. 438 est défendue au piano notamment par Carlo Grante (2016, Music & Arts, vol. 5) ; au clavecin par Scott Ross (1985, Erato)[3], Sergio Vartolo (Bongiovanni), Richard Lester (2003, Nimbus, vol. 4), Pieter-Jan Belder (Brilliant Classics, vol. 10) et Ewald Demeyere (2007, Accent).

Notes et références[modifier | modifier le code]

  1. Chambure 1985, p. 222.
  2. Kirkpatrick 1982, p. 471.
  3. Victor Tribot Laspière, « Au Château d’Assas, sur les traces de Scott Ross et de Scarlatti », sur France Musique, (consulté le )

Sources[modifier | modifier le code]

Document utilisé pour la rédaction de l’article : document utilisé comme source pour la rédaction de cet article.

Liens externes[modifier | modifier le code]