Sonate K. 7

Un article de Wikipédia, l'encyclopédie libre.
Sonate K.7
la mineur
, Presto, 155 mes.

K.6K.7 → K.8
L.378L.379 → L.380
P.11P.12 → P.13
F.522F.523 → F.524
R 17 ← Roseingrave 18 → R 19
13 ← Cary 14 → 15
I 16Boivin I 17 → I 18

La sonate K. 7 (F.523/L.379) en la mineur est une œuvre pour clavier du compositeur italien Domenico Scarlatti. C'est la septième sonate du seul recueil publié du vivant de l'auteur, les Essercizi per gravicembalo (1738) qui contient trente numéros.

Présentation[modifier | modifier le code]

La sonate en la mineur, K. 7, est notée Presto. Très difficile techniquement, certains motifs atteignent la plus haute virtuosité, telles les mesures 9 à 22 de la première section et 95 à 116, dans la seconde, qui se jouent en croisement de mains[1].



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

%% les petites notes
trillCAppo     = { \tag #'print { \appoggiatura d32 c4\trill } \tag #'midi { c32 c d c~ c8 } }
trillA         = { \tag #'print { a8\trill } \tag #'midi { b32 a b a } }
trillC         = { \tag #'print { c8\trill } \tag #'midi { d32 c d c } }

trillBUp       = { \tag #'print { b'4\trill } \tag #'midi { c32 b c b~ b8 } }
trillCAppoAcc  = { \tag #'print { \appoggiatura d'32 < a c\trill >4 } \tag #'midi { << { d32 c d c~ c8 } \\ { a4 } >> } }

% croches
trillCq        = { \tag #'print { c8\trill } \tag #'midi { d32 c d c } }

trillEesq      = { \tag #'print { ees8_\trill } \tag #'midi { d32 ees d ees } }
trillEes       = { \tag #'print { ees8\trill } \tag #'midi { d32 ees d ees } }
trillEesDown   = { \tag #'print { ees,8\trill } \tag #'midi { d32 ees d ees } }
trillBqq       = { \tag #'print { b8\trill } \tag #'midi { d32 b d b } }
trillGqq       = { \tag #'print { g8_\trill } \tag #'midi { a32 g a g } }

trillCqqp      = { \tag #'print { c8.\trill } \tag #'midi { \times 2/3 { d32 c d } c8 } }
trillEesqqp    = { \tag #'print { ees8._\trill } \tag #'midi { \times 2/3 { f32 ees f } ees8 } }

% doubles
trillCqqq      = { \tag #'print { c16\trill } \tag #'midi { \times 2/3 { c32 d c } } }
trillEesqqq    = { \tag #'print { ees16_\trill } \tag #'midi { \times 2/3 { ees32 f ees } } }

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

    a8^\markup{Presto} a' e | \stemUp \trillCAppo \stemUp b8 | \repeat unfold 2 { \stemUp \trillA e < gis d' > \trillCAppoAcc < f b >8 } < e a >8 \trillBUp | 
    % ms. 8
    \trillC b16 c \tempo 4. = 48 a8 | \tempo 4. = 72 \stemDown c16_\markup{md} e c a c e | dis8 e16 dis e8 | b16 d b g b d | cis8 d16 cis d8 | a16 c a f a c | b8 c16 b \tempo 4. = 48 c8 | \tempo 4. = 72 \stemUp ees8^\markup{md} d c | \repeat unfold 2 { b16 g' fis g fis g | ees8 d c } | \repeat unfold 2 { b8 c d | ees16 g f ees d c } | b8. d16 c b | \trillCq b8 c | b8 c16 d ees f | \trillEes d8 c | b8 \trillCqqq b16 c8 | \trillBqq c16 d ees8 | d8 \trillCqqp b32 c | \trillEesDown d8 < g b d f >8-\tweak stencil ##f \p s8

}

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

    % *****************************
     s4. a8 \stemDown \change Staff = "upper" a' e | \repeat unfold 2 { c4 \change Staff = "lower" b8 | \stemUp a e \stemDown \change Staff = "upper" d'8 } | << { \stemUp \change Staff = "lower" s4 b8 } \\ { \stemDown c8 \change Staff = "lower" d,8 e } >>
     % ms. 8
     s4. \change Staff = "upper" \stemUp a''8^\markup{mg} c a | a g16 fis g8 | g b g | g f16 e f8 | f a f | f e16 d e8 | \stemDown c16_\markup{mg} g fis a g fis | \repeat unfold 2 { g8 b g | c16 g fis a g fis } | g16 aes g f ees d | 
     % ms. 21
     \repeat unfold 2 { c8 ees f | g16 aes g f ees d } | \trillEesq  d8 ees | d8 ees16 f g aes | \trillGqq f8 ees | d \trillEesqqq d16 ees8 | 
     % ms. 29
     d8 ees16 f g8 | f8 \trillEesqqp d32 ees | \stemUp \change Staff = "lower" g,,4.~^\markup{mg} \hideNotes | g8

}

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 { }
}
Début de la Sonate en la mineur K.7, de Domenico Scarlatti.

Édition[modifier | modifier le code]

L'œuvre est imprimée dans le recueil des Essercizi per gravicembalo publié sans doute à Londres en 1738[2].

Interprètes[modifier | modifier le code]

Fichier audio
Domenico Scarlatti, Sonate K. 7
noicon
interprétée au clavecin par Ralph Kirkpatrick (1954)

La sonate K. 7 est interprétée au piano notamment par Carlo Grante (2010, Music & Arts, vol. 1) ; au clavecin par Scott Ross (1976, Still et 1985, Erato)[3], Rafael Puyana (1988), Joseph Payne (BIS Records, 1990), Laura Alvini, Ottavio Dantone (2002, Stradivarius, vol. 8), Ottavio Dantone, Richard Lester (2004, Nimbus, vol. 1), Pieter-Jan Belder (Brilliant Classics), Kenneth Weiss (2007, Satirino) et Hank Knox (2021, Leaf Music).

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

  1. Tranchefort 1987, p. 641.
  2. Kirkpatrick 1982, p. 420–421.
  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]