Sonate K. 15

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

Sonate K. 15
mi mineur
, Allegro, 112 mes.

K.14K.15 → K.16
L.373L.374 → L.375
P.70P.71 → P.72
F.530F.531 → F.532
V 45Münster V 46 → V 47
R.30 ← Roseingrave 31 → R.32
I 11Boivin II 5 → I 13

La sonate K. 15 (F.531/L.374) en mi mineur est une œuvre pour clavier du compositeur italien Domenico Scarlatti. C'est la quinziè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. 15, en mi mineur, est notée Allegro. L'idée thématique de l'ouverture apparaît également dans la sonate K. 136 et la sonate en la majeur K. deest du manuscrit Cary, Ms. 703 de la Morgan Library.



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

%% les petites notes
trillGisqUp     = { \tag #'print { g'8\trill } \tag #'midi { a32 g a g } }
trillFisAcc     = { \tag #'print { < dis fis >4\trill } \tag #'midi { << { g32 fis g fis~   \tempo 4. = 40 fis8 } \\ { dis4 } >>   \tempo 4. = 70 } }
trillGisp       = { \tag #'print { g4.\trill  } \tag #'midi { a32 g a g  a g~ \tempo 4. = 30 g8. \tempo 4. = 70 } }


upper = \relative c'' {
  \clef treble 
  \key e \minor
  \time 3/8
  \tempo 4. = 70
  \set Staff.midiInstrument = #"harpsichord"
  \override TupletBracket.bracket-visibility = ##f

  \repeat volta 2 {
      s8*0^\markup{Allegro}
      \stemUp b'8 g, a | b' b, cis | << { dis16 fis a, e' b fis' } \\ { b,8 } >> | \trillGisqUp fis16 g   \tempo 4. = 40 e8   \tempo 4. = 70 | b'8 g, a | b' b, cis |
      % ms. 7
      dis16 fis b, a' b, < e g > | < e g >8 \trillFisAcc | \repeat unfold 3 { \stemDown b16 e c e d c } | b16 c a b g a |
      % ms. 13
      \repeat unfold 3 { fis a g b a g } | \repeat unfold 2 { fis d e fis g fis | e c fis d g e } |
      % ms. 20
      \repeat unfold 2 { fis16 d g d a' d, | \repeat unfold 2 { b'16 d, a' d, } | \repeat unfold 2 { g16 d fis d } g d }% repet phrase  
      % ms. 28
      \stemUp  \repeat unfold 2 { d'16 fis e g fis a | g b fis a e g } | 
      % ms. 32
      d16 fis \repeat unfold 2 { c16 e b d } a c | b d \repeat unfold 2 { a c g b } fis a | \repeat unfold 2 { g b a c b d
      % ms. 37
      a16 c g b fis a } | g8 s4 | s4. | d16 g b d g d |
      % ms. 43
      e c b g' a,   \tempo 4. = 45 fis' |   \tempo 4. = 70 \repeat unfold 3 { << { b16 s16 s4 | a16 s16 s8 } \\ { g16 d e d c b | fis' c d c b a } >> }
      % ms. 50
      b16 g b d g d | e c b g' a, fis' | g b d, g b, d | g, b d, g b, d | s4. }%reprise


}

lower = \relative c' {
  \clef bass
  \key e \minor
  \time 3/8
  \set Staff.midiInstrument = #"harpsichord"
  \override TupletBracket.bracket-visibility = ##f

  \repeat volta 2 {
    % ************************************** \appoggiatura a8  \repeat unfold 2 {  } \times 2/3 { }   \omit TupletNumber 
      \stemDown \change Staff = "upper" g''8 e,[ fis] | g' g,[ a] | \change Staff = "lower" b,8 cis \stemDown \change Staff = "upper" d | e \change Staff = "lower" b e, | \stemDown \change Staff = "upper" g''8 e,[ fis] | g' g,[ a] |
      % ms. 7
      b8 dis, e \change Staff = "lower" b4. | s8*0^\markup{mg} \repeat unfold 3 { \stemUp \change Staff = "upper" g''8 a fis } | g8 fis e |
      % ms. 13
      \repeat unfold 3 { d8 e cis } | \repeat unfold 2 { d8 c b | c d e } | 
      % ms. 20
      d8 e fis | 
      << {  g8 fis g | fis g a | b a b | a g fis | g8 fis g | fis g a | b a b } 
      \\ { \stemUp \repeat unfold 7 { \shiftOn  d,4. } } >>
      % ms. 28
      \stemDown \repeat unfold 4 { d,8 d' d, } |
      % ms. 32
      d8 s4 | \change Staff = "lower"  \repeat unfold 7 { d,8 d' d, } | g16 d g b d g, | \stemUp b \stemDown \change Staff = "upper" d g d g b | \stemNeutral \change Staff = "lower" g,,4-\markup{mg} s8 |
      % ms. 43
      << { c'8 < b d > < a c > } \\ { c,8 d4 } >> | \repeat unfold 3 { < g, g' >8 < b b' > < g g' > | < a a' > < fis fis' > < d d' > } 
      % ms. 50 
      < g g' > < a a' > < b b' > |  << { c'8 d c } \\ { c,8 d4 } >> | g,4. g | \trillGisp  }%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 mi mineur K. 15, de Domenico Scarlatti.

Édition et manuscrit[modifier | modifier le code]

L'œuvre est imprimée dans le recueil des Essercizi per gravicembalo publié sans doute à Londres en 1738[1]. Une copie manuscrite apparaît dans Münster V 46[2].

Interprètes[modifier | modifier le code]

La sonate K. 15 est défendue au piano, notamment par Carlo Grante (2009, Music & Arts, vol. 1) et Sergio Gallo (fi) (2022, Naxos vol. 27) ; au clavecin par Luciano Sgrizzi (1964, Accord), Zuzana Růžičková (1976, Supraphon), Scott Ross (1985, Erato)[3], Laura Alvini (1999, Nuova Era), Joseph Payne (1990, BIS), Richard Lester (2004, Nimbus, vol. 1), Pieter-Jan Belder (Brilliant Classics), Kenneth Weiss (2007, Satirino), Emilia Fadini (2008, Stradivarius, vol. 11) et Hank Knox (2021, Leaf Music).

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

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