Sonate K. 423

Un article de Wikipédia, l'encyclopédie libre.
Sonate K. 423
ut majeur
, Presto, 118 mes.

K.422K.423 → K.424
L.101L.102 → L.103
P.454P.455 → P.456
F.368F.369 → F.370
X 5 ← Venise X 6 → X 7
XII 12 ← Parme XII 13 → XII 14
II 29Münster II 30 → II 31

La sonate K. 423 (F.369/L.102) en ut majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation[modifier | modifier le code]

La sonate K. 423, en ut majeur, notée Presto, forme une paire avec la sonate précédente. C'est une œuvre brillante où prédomine un traitement à trois voix[1].



\version "2.18.2"
\header {
  tagline = ##f
  % composer = "Domenico Scarlatti"
  % opus = "K. 423"
  % meter = "Presto"
}

%% les petites notes
trillEq       = { \tag #'print { e8\prall } \tag #'midi { \times 2/3 { f32 e f } e16 } }
trillCq       = { \tag #'print { c8\prall } \tag #'midi { \times 2/3 { d32 c d } c16 } }
trillBq       = { \tag #'print { b8\prall } \tag #'midi { \times 2/3 { c32 b c } b16 } }
trillGq       = { \tag #'print { g8\prall } \tag #'midi { \times 2/3 { a32 g a } g16 } }
trillAqUp     = { \tag #'print { a'8\prall } \tag #'midi { \times 2/3 { b32 a b } a16 } }

upper = \relative c'' {
  \clef treble 
  \key c \major
  \time 3/8
  \tempo 4. = 60
  \set Staff.midiInstrument = #"harpsichord"

      s8*0^\markup{Presto}
      << { c4. } \\ { \times 2/3 { e,16[ f g] } g8 g  } >> | \omit TupletNumber \times 2/3 { a16 g a b[ a b] } c8 |
      r8 < a f' >8 < g e' >~ | q < f d' > < e c' > | << { c'4.~ | c8 d e  } \\ { \omit TupletNumber \times 2/3 { e,16[ f g] } g8 g | \times 2/3 { a16 g a b[ a b] } c8 } >>
      % ms. 7
      r8 < f a >8 < e g >~ | q < d f > < c e > | \times 2/3 { g16[ f g]  a g a  b[a b] | c b c d[ c d] e d e } | f8 f, f' | \trillEq d8 c |
      % ms. 13
      << { g'4 f8 | e d c } \\ { g4. g } >> | d'8 c b | \trillCq b8 c | \times 2/3 { c16[ b c]  e d e  fis[ e fis] | g fis g a[ g a] b a b } |
      % ms. 19
      c8 c, c' | \trillBq a8 g | << { d'4 c8 | b a g } \\ { d4. d } >> | a'8 g fis | \trillGq fis8 g |
      % ms. 25
      < d d' >8 q q | \repeat unfold 2 { << { \omit TupletNumber \times 2/3 { d'16[ c b]  a b g  fis[ g e] } } \\ { d8 } >> | < d d' >8 q q }
      % ms. 30
      \times 2/3 { d16[ d' c]  b c a  g[ a fis] } | < d d' >8 q q | \times 2/3 { e16 fis g  a[ b c]  e d c | b a g fis[ e d] } \trillAqUp | \times 2/3 { g16 fis g  d[ c d]  b a b } |
      % ms. 35
      < d d' >8 q q | << { \omit TupletNumber \times 2/3 { d'16 s8 } } \\ { d,8 } >>

}

lower = \relative c' {
  \clef bass
  \key c \major
  \time 3/8
  \set Staff.midiInstrument = #"harpsichord"

    % ************************************** \appoggiatura a16  \repeat unfold 2 {  } \times 2/3 { }   \omit TupletNumber 
      \times 2/3 { c16[ d e] } e8 e | f d e | r8 f,4 | g c,8 | \omit TupletNumber  \times 2/3 { c'16[ d e] } e8 e | f d c |
      % ms. 7
      r8 f,4 | g c,8 | r8 < c' e >8 < b g > | < a c >4 < g c >8 | << { d'8 c b } \\ { f8 g4 } >> | < c, c' >4.
      % ms. 13
      \times 2/3 { g'16[ f g]  a g a  b[a b] | c b c d[ c d] e d e } | f8 f, f' | e d c | r8 < c g' >8 < c a' > | < b g' > < a fis' > < g g' >
      % ms. 19
      d4 d'8 | g,,4.   \clef treble  | \times 2/3 { d''16[ c d]  e d e  fis[ e fis] | g fis g a[ g a] b a b } | c8 d, c'  | b a g |
      % ms. 25
      \times 2/3 { g16 fis g a[ g a] b a b }   \clef bass |
      d,,,4.  \clef treble  |
      \times 2/3 { fis''16 e fis g[ fis g] a g a }   \clef bass |
      c,,,4. \clef treble  |
      \times 2/3 { fis''16 e fis g[ fis g] a g a }   \clef bass |
      % ms. 30
      b,,,4. \clef treble  |
      \times 2/3 { g'''16 fis g a[ g a] b a b } \clef bass |
      c,,,4 c'8 | d4 d,8 | g4.  \clef treble  | 
      % ms. 35
      \times 2/3 { g''16 fis g a[ g a] b a b } \clef bass |
      d,,,4.  \clef treble  |

}

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 TupletBracket.bracket-visibility = ##f
     \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 ut majeur K. 423, de Domenico Scarlatti.

Manuscrits[modifier | modifier le code]

Le manuscrit principal est le numéro 6 du volume X (Ms. 9781) de Venise (1755), copié pour Maria Barbara ; les autres sont Parme XII 13 (Ms. A. G. 31417), Münster II 30 (Sant Hs 3965)[2].

Interprètes[modifier | modifier le code]

Fichier audio
Domenico Scarlatti, Sonate K. 423
noicon
interprétée au clavecin par Wanda Landowska (1940)

La sonate K. 423 est défendue au piano, notamment par Carlo Grante (2016, Music & Arts, vol. 5) ; au clavecin, elle est jouée par Wanda Landowska (1940), Scott Ross (1985, Erato)[3], Richard Lester (2003, Nimbus, vol. 4), Pieter-Jan Belder (Brilliant Classics, vol. 9), Skip Sempé (2007, Paradizio) et Diego Ares (2011, Pan Classics). Andreas Nebl l'interprète à l'accordéon (2021, Castigo Classic Recordings).

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

  1. Chambure 1985, p. 221 (143).
  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]