Sonate K. 14

Un article de Wikipédia, l'encyclopédie libre.

Sonate K.14
sol majeur
, Presto, 43 mes.

K.13K.14 → K.15
L.386L.387 → L.388
P.69P.70 → P.71
F.529F.530 → F.531
3 ← Cary 4 → 5
31 ← Saragosse 32 → 33
R 16Roseingrave 17 → R 18
P 4 ← Pitman 5 → P 6
I 6Boivin I 7 → I 8

La sonate K. 14 (F.530/L.387) en sol majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti. C'est la quatorziè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 K. 14, en sol majeur, est notée Presto.



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

%% les petites notes
trillAp      = { \tag #'print { a4.\trill~ } \tag #'midi { b32 a b a~ a4~ } }
trillApUp    = { \tag #'print { a'4.\trill~ } \tag #'midi { b32 a b a~ a4~ } }
trillBpUp    = { \tag #'print { b'4.\trill~ } \tag #'midi { c32 b c b~ b4~ } }
trillCisp    = { \tag #'print { cis4.\trill~ } \tag #'midi { d32 cis d cis~ cis4~ } }
trillEpDown  = { \tag #'print { e,4.\trill } \tag #'midi { fis32 e fis e~ e4 } }

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

  \repeat volta 2 {
      \partial 8
      s8*0^\markup{Presto}
      \times 2/3 { d16 e fis } | g8 d b g d  \stemUp \change Staff = "lower" b \change Staff = "upper" s4. s8 g''8 d | s8 e16^\markup{md} fis g a32 b c8 a fis s8 d16 e fis g32 a b8 g e |
      % ms. 3
      s8 c16 d e fis32 g a8 fis d s8 b16 c d e32 fis g8 d fis | fis8 e d d c b \trillAp a8 d d, | \repeat unfold 2 { \trillBpUp b8 d d, \trillApUp a8 d d, } | 
      % ms. 7
      s8 b'16^\markup{md} cis d e32 fis g8 e cis  s8 a16 b cis d32 e fis8 d b | s8 g16 a b cis32 d e8 cis a s8 fis16 g a b32 cis d8 a cis
      % ms. 9
      b8 g' fis~ fis e d \trillCisp cis8 d16 e fis g32 a | bes8 a g f e d cis d e a, s4 | g'8 f e d cis d e4.~ e16 cis d e f g32 a |
      % ms. 12
      << { bes8 a g f e d } \\ { g,8 f e } >> \mergeDifferentlyDottedOn < a a' >4.~ q8 \repeat unfold 5 { q4~ q8 } | < a a' >4~ a'8 a4 a8 g fis g fis e | a4.  \repeat unfold 6 { < a, a' >4. } a'4.a8 g fis g fis e  \repeat unfold 3 { fis d b' \trillEpDown } | d8 a fis s4.*2 s4 }%reprise

}

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

  \repeat volta 2 {
    % ************************************** \appoggiatura a8  \repeat unfold 2 {  } \times 2/3 { }   \omit TupletNumber 
      s8 s2. g8 d b g s4 | \stemDown \change Staff = "upper" c''8-\markup{mg} s4 a4. b4. g |
      % ms. 3
      a8 s4 fis4. g8 s4 b4. | c4 b8 a4 g8 d \change Staff = "lower" a fis d,4. | \repeat unfold 2 { \stemDown \change Staff = "upper" d''8 \change Staff = "lower" b g d,4. | \stemDown \change Staff = "upper" d''8 \change Staff = "lower" a fis d,4. }
      % ms. 7
      \stemDown \change Staff = "upper" g''8 s4 e4. fis8 s4 d4. | e8 s4 cis4. d8 s4 fis4. |
      % ms. 9
      g4. gis a \change Staff = "lower" a, | s4.*3 r16 cis16  \stemDown \change Staff = "upper" d e f g32 a | bes8 a g f e d cis d e \change Staff = "lower" a,4. | 
      % ms. 12
      a4.  \stemDown \change Staff = "upper" d8 \change Staff = "lower" c bes \stemDown \change Staff = "upper"  a'8  \change Staff = "lower" a,, b cis4 d8 | e4 fis8 g4 a8 b4 cis8  \stemDown \change Staff = "upper"  d4 e8 | fis4 g8 a4 b8 cis4 d8 g,4 a8 | a \change Staff = "lower" a,, b cis cis d e e fis g g a b b cis \stemDown \change Staff = "upper"  d d e fis fis g a a b | cis4 d8 g,4 a8 d,4 g8 a4 \repeat unfold 2 { \change Staff = "lower"  a,8   \stemDown \change Staff = "upper"  d4 g8 a4 } \change Staff = "lower" a,8 | \stemDown \change Staff = "upper"
      % ms. 16
      s4. d8 \change Staff = "lower" a fis d a fis d4 }%reprise

}

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 {
  \unfoldRepeats 
  \keepWithTag #'midi \thePianoStaff
  \midi { }
}
Première section de la sonate en sol majeur K.14, de Domenico Scarlatti.

Édition et manuscrits[modifier | modifier le code]

L'œuvre est imprimée dans le recueil des Essercizi per gravicembalo publié sans doute à Londres en 1738[1]. La sonate figure à Saragosse (E-Zac), source 3 (1750-1751), ms. B-2 Ms. 32, fos 63v-65r, no 32 (1751–1752)[2].

Interprètes[modifier | modifier le code]

Fichiers audio
Domenico Scarlatti, Sonate K. 14
noicon
interprétée au piano par Robert Casadesus (1952)
Domenico Scarlatti, Sonate K. 14
noicon
interprétée au piano par Maria Tipo (1956)

La sonate K. 14 est défendue au piano, notamment par Myra Hess (1940 et 1957, HMV), Robert Casadesus (Emi et 1952, Sony), Maria Tipo (1956, Vox), Dubravka Tomšič Srebotnjak (1987, Grosse Meister), Michael Lewin (1995, Naxos, vol. 2) et Carlo Grante (2009, Music & Arts, vol. 1) ; au clavecin par Scott Ross (1985, Erato)[3], Joseph Payne (1990, BIS), Laura Alvini (1990, Nuova Era), Igor Kipnis (EMI), Richard Lester (2004, Nimbus, vol. 1), Pieter-Jan Belder (Brilliant Classics), Kenneth Weiss (2007, Satirino), Emilia Fadini (2008, Stradivarius, vol. 11), Mario Raskin (2011, Verany) et Hank Knox (2021, Leaf Music).

La sonate est très jouée à la guitare, notamment par Leo Brouwer qui en a donné une transcription, enregistrée pour le label Erato (1974), parmi une douzaine de sonates, ainsi que par Alberto Mesirca (2007, Paladino Music), Thibault Cauvin (2013, Vogue/Sony) et Uroš Barič (2016).

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

  1. Kirkpatrick 1982, p. 420–421.
  2. Yáñez Navarro 2016, p. 424.
  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]