Sonate K. 132

Un article de Wikipédia, l'encyclopédie libre.
Sonate K. 132
ut majeur
, Cantabile, 77 mes.

K.131K.132 → K.133
L.456L.457 → L.458
P.294P.295 → P.296
F.90F.91 → F.92
XV 34 ← Venise XV 35 → XV 36
V 4 ← Parme V 5 → V 6
IV 53Münster IV 54 → IV 55
F.19 ← Fitzwilliam 20 → F.21

La sonate K. 132 (F.91/L.457) en ut majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation[modifier | modifier le code]

La sonate K. 132 en ut majeur, notée Cantabile (dans le manuscrit de Parme), forme un couple avec la sonate suivante. Dans la seconde partie, Scarlatti multiplie les matériaux mélodiques[1] et les modulations éloignées. Pestelli et Hermann Keller évoquent au sujet de cette sonate, un pré-écho de L’Oiseau prophète, op. 84, de Robert Schumann[2].



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

%% les petites notes
trillG       = { \tag #'print { g4\trill } \tag #'midi { a32 g a g~ g8 } }
trillGResp   = { \tag #'print { g4\trill } \tag #'midi { a32 g a g~  \tempo 4 = 45 g8   \tempo 4 = 78 } }
trillA       = { \tag #'print { a4\trill } \tag #'midi { b32 a b a~ a8 } }
trillCResp   = { \tag #'print { c4\trill } \tag #'midi { d32 c d c~ \tempo 4 = 45  c8 \tempo 4 = 78  } }
trillC       = { \tag #'print { c4\trill } \tag #'midi { d32 c d c~ c8 } }
trillDqp     = { \tag #'print { d8.\trill } \tag #'midi { e32 d e d~ d16 } }
trillCqp     = { \tag #'print { c8.\trill } \tag #'midi { d32 c d c~ c16 } }
trillBqp     = { \tag #'print { b8.\trill } \tag #'midi { c32 b c b~ b16 } }
trillGqp     = { \tag #'print { g8.\trill } \tag #'midi { a32 g a g~ g16 } }
trillFisqp   = { \tag #'print { fis8.\trill } \tag #'midi { g32 fis g fis~ fis16 } }

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

      s8*0^\markup{Cantabile}
      \repeat unfold 2 { c'8~ c32 g e c g4 \trillG | c'8~ c32 a f c a4 \trillA | c'8~ c32 g e c g4 \trillGResp | f'16 d b g  < d' f >8 < c e >4 < b d >8
      % ms. 5
      g'16 e e c  c g g c \trillCResp } | 
      % ms. 11
      c16 c' d, b' e, c' a, fis' b, g' c, a' | \appoggiatura e32 \trillDqp cis16 d4 r4 |
      % ms. 13
      b16 b' c, a' d, b' g, e' a, fis' b, g' | \appoggiatura d32 \trillCqp b16 c4 r4 | a16 a' b, g' c, a' fis, a g b a c | c4 \trillBqp a16 b4 |
      % ms. 17
      < d d' >4 q q | d'16 bes a g fis ees d c bes a g fis | < d' d' >4 q q |
      % ms. 20
      r16 < bes' d >16 < a c > < g bes >  < fis a > < ees g > < d fis > < c ees >  < bes d > < a c > < g bes > < fis a > | < g g' >4 q q | g'16 ees d c b aes g f ees d c b |

}

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

    % ************************************** \appoggiatura a16  \repeat unfold 2 {  } \times 2/3 { }   \omit TupletNumber 
      \repeat unfold 2 { c,8~ c32 e g c \stemDown \change Staff = "upper"  e4 e \stemNeutral \change Staff = "lower"  |  c,8~ c32 f a c \stemDown \change Staff = "upper" f4 f  \stemNeutral \change Staff = "lower"   |  c,8~ c32 e g c \stemDown \change Staff = "upper"  e4 e \stemNeutral \change Staff = "lower" | g,,4 g g |
      % ms. 5
      < c, c' >4 r4 r4 } |   \clef treble 
      % ms. 11
      << { a'''4 a a | a \trillGqp fis16 \appoggiatura fis32 g4 } \\ { c,4 c c | b2. } >>
      % ms. 13
      << { g'4 g g | g \trillFisqp e16 \appoggiatura e32 fis4 } \\ { b,4 b b | a2. } >>   \clef bass < a c d fis >4 < a c > < d, a' d > | g g, r4 |
      % ms. 17
      \repeat unfold 2 { g'16 bes a c bes d c ees d \stemDown \change Staff = "upper" g fis g \stemNeutral \change Staff = "lower"  | d,,4 d d } | 
      % ms. 21
      g'16 bes a c bes d c ees d \stemDown \change Staff = "upper"  g fis g \stemNeutral \change Staff = "lower"  | g,,4 g g |

}

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 ut majeur K. 132, de Domenico Scarlatti.

Manuscrits[modifier | modifier le code]

Le manuscrit principal est le numéro 35 du volume XV de Venise (Ms. 9771, 1749), copié pour Maria Barbara ; les autres sont Parme V 5 (Ms. A. G. 31410), Münster IV 54 (Sant Hs 3967), Vienne G 35 (VII 28011 G) et le numéro 20 du manuscrit Fitzwilliam (32 F 13)[3].

Interprètes[modifier | modifier le code]

Fichiers audio
Domenico Scarlatti, Sonate K. 132
noicon
interprétée au piano par Maria Tipo (1956)
Domenico Scarlatti, Sonates K. 132 & 133
noicon
interprétées au clavecin par Ralph Kirkpatrick (1954)

La sonate K. 132 est défendue au piano, notamment par Clara Haskil (1950, Westminster Records et concert, Ludwigsburg 1953 Tahra et Hänssler), Maria Tipo (1956, Vox), Danièle Dechenne (nl) (1979, Musical Heritage Society), Alexis Weissenberg (1985, DG), Heidi Kommerell (1985, Audite), Balázs Szokolay, (1988, Naxos), Christian Zacharias (1994, EMI), Beatrice Long (1996, Naxos, vol. 4), Marcela Roggeri (2006, Transart), Alexandre Tharaud (2010, Virgin), Carlo Grante (2009, Music & Arts, vol. 2), Lucas Debargue (2016, Sony), Alberto Urroz (2017, IBS) et Margherita Torretta (14-, Academy Productions) ; au clavecin par George Malcolm (1954, Archiv), Ralph Kirkpatrick (1954, Sony), Scott Ross (1985, Erato)[4], Andreas Staier (1991, DHM), Colin Booth (1994, Olympia), Emilia Fadini (Stradivarius), Nicolau de Figueiredo (2001, Intrada), Luc Beauséjour (2002, Analekta), Richard Lester (2005, Nimbus, vol. 6), Pieter-Jan Belder (Brilliant Classics, vol. 3), Bertrand Cuiller (2009 Alpha), Mario Raskin (2011, Verany) et Jean Rondeau (2018, Erato). David Schrader l'a enregistrée au piano-forte (1997, Cedille). Johannes Maria Bogner (2015, Fra Berbardo-Collophon), l'interprète sur un clavicorde Thomas Vincent Glück d'après Cristofori et Pascal Boëls (2001, Calliope) la joue à la guitare. Andreas Nebl l'interprète à l'accordéon (2021, Castigo Classic Recordings).

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

  1. Chambure 1985, p. 187.
  2. Grante 2009, p. 23.
  3. Kirkpatrick 1982, p. 464.
  4. 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]