For faster navigation, this Iframe is preloading the Wikiwand page for Sonate K. 124.

Sonate K. 124

Sonate K. 124
sol majeur
, Allegro, 128 mes.

K.123K.124 → K.125
L.231L.232 → L.233
P.109P.110 → P.111
F.82F.83 → F.84
XV 26 ← Venise XV 27 → XV 28
II 2 ← Parme II 3 → II 4
V 26Münster V 27 → V 28
F.3 ← Fitzwilliam → F.5
14 ← Lisbonne 15 → 16

La sonate K. 124 (F.83/L.232) en sol majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation

[modifier | modifier le code]

La volubile sonate K. 124 (couplée avec la sonate K. 125 dans les manuscrits de Venise et Parme) fait partie des œuvres que Kirkpatrick rassemble sous le terme de « période flamboyante »[1], qui comprend notamment les sonates K. 43 à 57, K. 96, 115 et 116etc. Les caractéristiques de ce groupe présentent une forme très dynamique et une grande « richesse intérieure »[2].

L'écriture de clavier est superbe et fait se succéder de beaux motifs flamencos sur des accords en ostinatos évoquant la guitare, interrompus d'un déferlement d'arpèges[3],[4]. La copie de Lisbonne comporte de nombreux ornements supplémentaires[5].



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

%% les petites notes
trillD     = { \tag #'print { d8\trill } \tag #'midi { \times 2/3 { e32 d e } d16 } }
trillCis     = { \tag #'print { cis8\trill } \tag #'midi { \times 2/3 { d32 cis d } cis16 } }


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

  s8*0^\markup{Allegro}
  \repeat unfold 2 {
  b'8 b b | \omit TupletNumber \times 2/3 { b16[ c d] } \times 2/3 { \appoggiatura c32 b16[ a g] } \times 2/3 { fis16[ e d] }
  }
  % ms. 5
  \repeat unfold 2 { \times 2/3 { \appoggiatura d32 c16[ b c] } } \times 2/3 { e16 d c } | \repeat unfold 2 { \times 2/3 { b16[ a b] } \times 2/3 { c16 b c } \times 2/3 { e16[ d c] } } | \times 2/3 { b16 g b } \times 2/3 { d16[ b d] } \times 2/3 { g16 d g } | b8 b b |
  % ms. 10
    b32[( c d c] b32 a g fis \times 4/5 { e d c b a) } | g32[( a b c] b a g fis \times 4/5 { e d c b a) } | \clef bass g32[( a b c] b a g fis e d \stemUp \change Staff = "lower" c32-\markup{mg}[ b64 a)] | g4\fermata s8 \stemDown \change Staff = "upper" \clef treble \stemNeutral | 

  % ms. 14
    \repeat unfold 3 {
    \times 2/3 { d''''16 b g } \times 2/3 { d[ b g] } \trillD | \times 2/3 { d''16 a fis } \times 2/3 { d[ a fis] } \trillD |
    }

   % ms. 20
   \times 2/3 { cis''16 g e } \times 2/3 { cis16[ g e] } \trillCis  |  \times 2/3 { a''16 fis d } \times 2/3 { a16[ fis d] } \times 2/3 { a16 fis \change Staff = "lower" \tempo 4. = 48 d16-\markup{mg} } \change Staff = "upper" r4.

}

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

    % **************************************
   s8*0^\markup{mg}
    \repeat unfold 2 {
    \clef treble \times 2/3 { g'''16 d b } \omit TupletNumber \times 2/3 { g[ d b] } \clef bass \times 2/3 { g d b } | g4 r8 \clef treble
    }

    % ms. 6
    < e'' g >8 fis d \repeat unfold 2 { g8 e < fis a > } | g8 r8 r8 | \times 2/3 { g'16 d b } \times 2/3 { g[ d b] }   \clef bass \times 2/3 { g d b } | g4 s8 s4. | s4. | s4  r8 \bar "||"
    % ms. 14
    < g' b d >8-\tweak stencil ##f \p q < g b > | < fis a d >8 q < fis a > | < g b d >8 q < g b > | < d fis a d >8 q < d fis a > | < g b d >8 q < g b > | < fis a d >8 q < fis a > |
    % ms. 20
    < e g a cis >8 q < e g a > | d4-\tweak stencil ##f \f s8 | \times 2/3 { d,16 \tempo 4. = 54 fis a } \times 2/3 { d[ fis a] } \clef treble \times 2/3 { d fis a } | 

}

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 sol majeur K. 124, de Domenico Scarlatti.

La sonate contient des effets inattendus, notamment une modulation abrupte en fa mineur (mesure 83), après un silence d'une mesure[6].



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

%% les petites notes
trillD     = { \tag #'print { d8\trill } \tag #'midi { \times 2/3 { e32 d e } d16 } }
trillCis     = { \tag #'print { cis8\trill } \tag #'midi { \times 2/3 { d32 cis d } cis16 } }


upper = \relative c'' {
  \clef treble 
  \key g \major
  \time 3/8
  \tempo 4. = 54
  \omit Staff.TimeSignature
  \set Score.currentBarNumber = #80
  \set Staff.midiInstrument = #"harpsichord"
  \override TupletBracket.bracket-visibility = ##f
  \omit TupletNumber
  \bar ""

   % ms. 80
   e8 e \times 2/3 { e16[ fis g] } | \times 2/3 { fis16 g a } \times 2/3 { cis,16[ d e] } d8\fermata | \tempo 4. = 40 r4.\fermata | 
   % ms. 83
   \repeat unfold 2 { r8 \grace { f16( g16 } aes4~) | aes8 \times 2/3 { g16[ f ees] } \times 2/3 { d16 c b } }
   r8 \grace { g'16( aes16 } bes4*1/2~) \hideNotes bes8

}

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

    % **************************************
   \times 2/3 { a''16 e cis } \times 2/3 { a16[ e cis] } a8 | \times 2/3 { d'16 a fis } \times 2/3 { d16[ a fis] } d8\fermata | r4.\fermata |
     \clef treble \repeat unfold 2 { < c'' fis aes >8 q q | < b f' g >8 q q } | < des f g bes >8 q q | 

}

thePianoStaff = \new PianoStaff <<
    \set PianoStaff.instrumentName = #""
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
  >>

\score {
  \keepWithTag #'print \thePianoStaff
  \layout {
      indent = #0
      #(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 { }
}
La modulation présentée dans son contexte, mesures 80 et suivantes, de la sonate K. 124.
partition manuscrite
Début de la sonate, extraite du volume II du manuscrit de Parme.

Les manuscrits principaux sont le numéro 27 du volume XV de Venise (1749), copié pour Maria Barbara et Parme II 3 ; les autres copies sont Münster V 27. À Vienne G 17 (VII 28011 G)[7] (sans la sonate K. 125) et Q 15114. À Saragosse la source 3, fos 1v-3r s'ouvre avec cette sonate[8]. Elle figure également dans une copie à Cambridge, Fitzwilliam ms. 32 F 13 (no 16)[9].

Interprètes

[modifier | modifier le code]

Fichier audio
Domenico Scarlatti, Sonate K. 124
noicon
interprétée au clavecin par Wanda Landowska (1934)

Les grands interprètes au piano de la sonate K. 124 sont Christian Zacharias (1981), Maria Tipo (1987) et Zhu Xiao-Mei (1994).

Au clavecin, elle est enregistrée par Wanda Landowska (1934), Blandine Verlet (1975) sur un clavecin H. Hemsch 1754, Colin Tilney (1979) sur un très beau clavecin Vincenzio Sodi de 1782, Trevor Pinnock (CRD, 1981), Scott Ross (Erato, 1985)[10], Virginia Black (1986, EMI), Christophe Rousset (1997, Decca) sur un clavecin portugais de Joachim José Antunès de 1785, Kenneth Weiss (2001, Satirino), Pierre Hantaï (2017, Mirare) et bien d'autres, notamment le claveciniste brésilien Cristiano Holtz (2016, Hortus).

Notes et références

[modifier | modifier le code]
  1. Kirkpatrick 1982, p. 187–188.
  2. Kirkpatrick 1982, p. 191.
  3. Chambure 1985, p. 186.
  4. Candé 2000, p. 611.
  5. Sutcliffe 2008, p. 263.
  6. Kirkpatrick 1982, p. 274.
  7. Kirkpatrick 1982, p. 264.
  8. Yáñez Navarro 2016, p. 173, 420.
  9. Yáñez Navarro 2016, p. 108.
  10. Victor Tribot Laspière, « Au Château d’Assas, sur les traces de Scott Ross et de Scarlatti », sur France Musique, (consulté le )

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]
{{bottomLinkPreText}} {{bottomLinkText}}
Sonate K. 124
Listen to this article

This browser is not supported by Wikiwand :(
Wikiwand requires a browser with modern capabilities in order to provide you with the best reading experience.
Please download and use one of the following browsers:

This article was just edited, click to reload
This article has been deleted on Wikipedia (Why?)

Back to homepage

Please click Add in the dialog above
Please click Allow in the top-left corner,
then click Install Now in the dialog
Please click Open in the download dialog,
then click Install
Please click the "Downloads" icon in the Safari toolbar, open the first download in the list,
then click Install
{{::$root.activation.text}}

Install Wikiwand

Install on Chrome Install on Firefox
Don't forget to rate us

Tell your friends about Wikiwand!

Gmail Facebook Twitter Link

Enjoying Wikiwand?

Tell your friends and spread the love:
Share on Gmail Share on Facebook Share on Twitter Share on Buffer

Our magic isn't perfect

You can help our automatic cover photo selection by reporting an unsuitable photo.

This photo is visually disturbing This photo is not a good choice

Thank you for helping!


Your input will affect cover photo selection, along with input from other users.

X

Get ready for Wikiwand 2.0 🎉! the new version arrives on September 1st! Don't want to wait?