Aller au contenu

Sonate K. 103

Un article de Wikipédia, l'encyclopédie libre.
Sonate K. 103
sol majeur
, Allegrissimo, 52 mes.

K.102K.103 → K.104
L.232L.233 → L.234
P.232P.233 → P.234
F.60F.61 → F.62
XV 4 ← Venise XV 5 → XV 6
50 ← Cary 51 → 52
11 ← Lisbonne 12 → 13

La sonate K. 103 (F.61/L.233) en sol majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation[modifier | modifier le code]

La sonate K. 103, en sol majeur, est notée Allegrissimo.



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

%% les petites notes
trillAp     = { \tag #'print { a4.\trill~ } \tag #'midi { b32 a b a~ a4~ } }
trillA      = { \tag #'print { a4\trill } \tag #'midi { b32 a b a~ a8 } }

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

      s8*0^\markup{Allegrissimo}
      g'8 fis e d a' c, \stemUp b4.^~ b4 c8 \stemNeutral | d8 c b a e' g, fis4.~ fis4 g8 | a8 b c b a g \repeat unfold 3 { \trillAp a8 d g, } |
      % ms. 5
      \repeat unfold 2 { \trillA g8 } \trillAp \repeat unfold 2 { \times 6/8 { d16( c b a g fis e d) } | g4 c8\rest \stemUp a b c b a g } \stemNeutral g'8 e b 
      % ms. 8
      cis8 b cis g' e b  cis b cis b' a cis,  d cis d b' a cis,   d4 d8 \repeat unfold 2 { e fis g |
      % ms. 10
      fis8 e d \times 6/8 { a'16( g fis e d cis b a) } d4 r8 } e8 fis g | fis e d fis g a ais( b a g fis e) |
      % ms. 13
      eis8( fis g gis a g) fis( e d e d cis) | cis( d e fis g a) ais( b a g fis e) |  eis8( fis g gis a g) fis( e d e d cis) |
      % ms. 16
      d4.

}

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

    % ************************************** \appoggiatura \repeat unfold 2 {  } \times 2/3 { }
      r2. \stemDown \change Staff = "upper" g'8 fis e d a' c, | \change Staff = "lower" b4. c d8 c b a d g, | fis e d g fis e \repeat unfold 4 { d d' c b a g } |
      % ms. 5
      d4. r4 r8 | g4 \stemDown \change Staff = "upper" g'8 fis e d \change Staff = "lower" g,4. r4 r8 |
      % ms. 7
       g4 \stemDown \change Staff = "upper" g'8 fis e d \change Staff = "lower" g,4. \repeat unfold 2 { < g g' >4. | < a g' > } < a g' >4. |   \clef treble  < fis' a >4. < g b > fis8 e d   \clef bass  cis b a | \stemNeutral
      % ms. 10
      d,4. \repeat unfold 2 { r4 r8  \clef treble   d'4 d'8 cis b a d,4. }    \clef bass d,4. g cis |
      % ms. 13
      d4. fis, g a | d, d' g, cis d | fis, g a | d

}

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


partition manuscrite rehaussée de couleurs passées, cadre bleu à droite et à gauche
Début de la sonate, extraite du volume XV du manuscrit de Venise.

Manuscrit[modifier | modifier le code]

L'unique manuscrit est le numéro 5 du volume XV de Venise (1749), copié pour Maria Barbara[1].

Interprètes[modifier | modifier le code]

La sonate K. 103 est défendue au piano, notamment par Anne Queffélec (2014, Mirare) ; au clavecin par Scott Ross (1985, Erato)[2], Richard Lester (2005, Nimbus, vol. 6), Pieter-Jan Belder (Brilliant Classics, vol. 3) et Francesco Cera (2009, Brilliant Classics).

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

  1. Kirkpatrick 1982, p. 463.
  2. 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]