Accueil🇫🇷Chercher

Sonate K. 520

La sonate K. 520 (F.464/L.86) en sol majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Sonate K. 520
sol majeur2/2, Allegretto, 92 mes.

K.519K.520 → K.521
L.85L.86 → L.87
P.361P.362 → P.363
F.463F.464 → F.465
XIII 6 ← Venise XIII 7 → XIII 8
XV 6 ← Parme XV 7 → XV 8
I 47Münster I 48 → I 49
61 ← Cary 62 → 63
22 ← Fitzwilliam 23 → 24

Présentation

La sonate K. 520 en sol majeur, notée Allegretto, est une étude sur les tierces[1].



\version "2.18.2"
\header {
  tagline = ##f
  % composer = "Domenico Scarlatti"
  % opus = "K. 520"
  % meter = "Allegro"
}
%% les petites notes
trillGp     = { \tag #'print { g4.\prall } \tag #'midi { a32 g a g~ g4 } }
trillCp     = { \tag #'print { c4.\prall } \tag #'midi { d32 c d c~ c4 } }
trillFis    = { \tag #'print { fis4\prall } \tag #'midi { g32 fis g fis~ fis8 } }
trillC      = { \tag #'print { c4\prall } \tag #'midi { d32 c d c~ c8 } }
trillBp     = { \tag #'print { b4.\prall } \tag #'midi { c32 b c b~ b4 } }
trillAp     = { \tag #'print { a4.\prall } \tag #'midi { b32 a b a~ a4 } }
trillA      = { \tag #'print { a4\prall } \tag #'midi { b32 a b a~ a8 } }
trillDq     = { \tag #'print { d8\prall } \tag #'midi { e32 d e d } }
trillCq     = { \tag #'print { c8\prall } \tag #'midi { d32 c d c } }
trillEq     = { \tag #'print { e8\prall } \tag #'midi { fis32 e fis e } }
trillBq     = { \tag #'print { b8\prall } \tag #'midi { c32 b c b } }
trillAq     = { \tag #'print { a8\prall } \tag #'midi { b32 a b a } }
trillECis   = { \tag #'print { < cis e >4\prall } \tag #'midi { << { fis32 e fis e~ e8 } \\ { cis4 } >> } }
upper = \relative c'' {
  \clef treble 
  \key g \major
  \time 2/2
  \tempo 2 = 76
  \set Staff.midiInstrument = #"harpsichord"
  \override TupletBracket.bracket-visibility = ##f
      s8*0^\markup{Allegretto}
      \trillGp fis16 g b4 a | g d e' d | \trillCp b16 c e4 d | c fis, a' g | \trillFis e8 d \trillC b8 a |
      % ms. 6
      << { \trillBp a16 b d4 c } \\ { g1 } >> b2 c4 b | \trillAp g16 a c4 b | a e' \acciaccatura d8 c4 b | \trillA g8 fis g4 a |
      % ms. 11
      << { r4 \trillDq c8 d4 e | d \trillCq b8 c4 d | c \trillBq a8 b4 c | b \trillAq g8 a4 b } \\ { b1 a g d } >> g2 r2
      % ms. 16… 19…
      R1*3 | r4 e'4 << { a,4 g' | \repeat unfold 2 { fis \trillEq d8 e4 g } | fis4 g8[ a] } \\ { \repeat unfold 3 { a,2~ | a } } >> |
      % ms. 22 suite
      \acciaccatura a'8 g8 fis e d | cis4 < cis e >8 < b d > \repeat unfold 3 { < cis e >8 < b d >  < cis e > < d fis > } |
      % ms. 25
      < cis e >4 < d fis >8 < cis e > \repeat unfold 3 { < d fis > < cis e >  < d fis > < e g > } | < d fis >4 < e g >8 < d fis > \repeat unfold 3 { < e g >8 < d fis > < e g > < fis a > }
      % ms. 29
      < e g >8 \repeat unfold 2 { < fis a >8 < g b > } < e g >8 < d fis > < cis e > | < d fis > < e g > < fis a > < e g > < d fis >4 \trillECis | d4
}
lower = \relative c' {
  \clef bass
  \key g \major
  \time 2/2
  \set Staff.midiInstrument = #"harpsichord"
  \override TupletBracket.bracket-visibility = ##f
    % ************************************** \appoggiatura a16  \repeat unfold 2 {  } \times 2/3 { }   \omit TupletNumber 
      R1*5 |
      % ms. 6
      \trillGp fis16 g b4 a | g d e' d | \trillCp b16 c e4 d | c fis, a' g | \trillFis e8 d \trillC b8 a |
      % ms. 11
      \repeat unfold 2 { < g, g' >1 < d d' > } | 
      % ms. 15
      << { g''4\rest \trillDq c8 d4 e | d \trillCq b8 c4 d | c \trillBq a8 b4 c | b \trillAq g8 a4 b } \\ { b1 a g d } >>
      % ms. 19
      < cis g' a >1 | \repeat unfold 2 { < d g a >2 < cis g' a > } |
      % ms. 22
      < d g a >2 < g, g' > | a2 r2 | r4 e''4 cis a | 
      % ms. 25
      a,,2 r2 | r4 fis'''4 d a | a,,2 r2 | r4 g'''4 e cis |
      % ms. 29
      a,,2 r4 a4 | d g a a, | d 
}
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 sol majeur K. 520, de Domenico Scarlatti.

Manuscrits

Le manuscrit principal est le numéro 7 du volume XIII (Ms. 9784) de Venise (1757)[2], copié pour Maria Barbara ; les autres sont Parme XV 7 (Ms. A. G. 31420), Münster I 48 (Sant Hs 3964), Vienne C 43 (VII 28011 C)[3] et le manuscrit Fitzwilliam 32 F 12 (no 23)[4] - [5]. Cette sonate ouvre la collection Granados (Barcelone, Ms. M 1964)[4] - [6].

  • partition manuscrite
    Parme XV 7.
  • partition manuscrite
    Parme XV 7 (fin de la première section).
  • partition manuscrite rehaussée de couleurs passées bleu et rouge en bordures
    Venise XIII 7.

Interprètes

La sonate K. 520 est défendue au piano notamment par Mikhaïl Pletnev (1994, Virgin) et Artem Yasynskyy (2016, Naxos, vol. 20) ; au clavecin par Trevor Pinnock (1981, CRD), Scott Ross (1985, Erato)[7], Richard Lester (2005, Nimbus, vol. 4) et Pieter-Jan Belder (2007, Brilliant Classics, vol. 12).

Notes et références

  1. Chambure 1985, p. 232.
  2. Venise, Ms. 9784.
  3. Kirkpatrick 1982, p. 473.
  4. Kirkpatrick 1982, p. 429.
  5. Yáñez Navarro 2016, p. 107.
  6. Yáñez Navarro 2016, p. 102.
  7. Victor Tribot Laspière, « Au Château d’Assas, sur les traces de Scott Ross et de Scarlatti », sur France Musique, (consulté le )

Sources

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

Liens externes

Cet article est issu de wikipedia. Text licence: CC BY-SA 4.0, Des conditions supplémentaires peuvent s’appliquer aux fichiers multimédias.