Sonate K. 399

Un article de Wikipédia, l'encyclopédie libre.
Sonate K. 399
ut majeur
, Allegro, 110 mes.

K.398K.399 → K.400
L.273L.274 → L.275
P.457P.458 → P.459
F.344F.345 → F.346
IX 11 ← Venise IX 12 → IX 13
XI 11 ← Parme XI 12 → XI 13
III 37Münster III 38 → III 39
24 ← Cary 25 → 26
M 22 ← Madrid 23 → M 24

La sonate K. 399 (F.345/L.274) en ut majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation[modifier | modifier le code]

La sonate K. 399 en ut majeur, notée Allegro, est la seconde d'une paire formée avec la sonate précédente.



\version "2.18.2"
\header {
  tagline = ##f
}

%% les petites notes
trillAqqp     = { \tag #'print { a16.\prall } \tag #'midi { \times 2/3 { a32 b a~ } a } }

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

      s8*0^\markup{Allegro}
      \repeat unfold 2 { e8 f g | e16 f f g g a | a g g f f e | e d d c c e | d f e d c b | c g e c e g } | \repeat unfold 2 { g16 c e g g f |
      % ms. 14
      f16 e e d d e | e, g c e e d | d c c b b d } |
      % ms. 21
      \repeat unfold 2 { d8 e16 fis8 g16 } | d8 e d | c b8. d16 | b8 \trillAqqp g32 a8 | \repeat unfold 2 { a8 b16 c8 d16 } |
      % ms. 28
      g,16 fis g a b g | a c b a g fis | \appoggiatura fis8 g4. | \repeat unfold 2 { a8 b16 c8 d16 } | g,16 fis g a b g | a c b a g fis |
      % ms. 35
      g16 a' g fis e d | c b e d c b | d c b a c b | a g fis g a fis | g

}

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

    % **************************************
      c4 b8 | c d e | f b, g | c4 e,8 | f g g, | c,4 r8 | c''4 b8 | c d e | f b, g | c4 e,8 f g g, | c,4. \repeat unfold 4 { c'4 g8 c,4. }
      % ms. 21
        \clef treble  \repeat unfold 2 { r16 b'''16 c a g8 } | r16 b c a b g | a fis g d b g |   \clef bass d'4 d,8 \repeat unfold 2 { r16 fis'16 g e d8~ } |
      % ms. 28
      d16 c b a g8 c d d,  | g4. | \repeat unfold 2 { r16 fis'16 g e d8~ } | d16 c b a g8 c d d,  |
      % ms. 35
      < g, g' >4. < a a' > < b b' > < c c' >8 < d d' >4 | < g, g' >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 ut majeur K. 399, de Domenico Scarlatti.

Manuscrits[modifier | modifier le code]

Le manuscrit principal est le numéro 12 du volume IX de Venise (1754), copié pour Maria Barbara ; les autres sources manuscrites étant Parme XI 12, Münster III 38, Vienne E 34[1] et le numéro 23 du manuscrit Ayerbe de Madrid (E-Mc, ms. 3-1408)[2].

Interprètes[modifier | modifier le code]

La sonate K. 399 est peu enregistrée. Cependant elle est interprétée au piano par Goran Filipec (2017, Naxos, vol. 19) et Carlo Grante (2013, Music & Arts vol. 4) ; au clavecin par Scott Ross (1985, Erato)[3], Colin Tilney (Dorian/Sono Luminus), Richard Lester (2003, Nimbus, vol. 4) et Pieter-Jan Belder (Brilliant Classics).

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

  1. Kirkpatrick 1982, p. 470.
  2. Cuervo 2015.
  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]