Sonate K. 312

Un article de Wikipédia, l'encyclopédie libre.
Sonate K. 312
majeur2/2, Allegro, 87 mes.

K.311K.312 → K.313
L.263L.264 → L.265
P.333P.334 → P.335
F.259F.260 → F.261
VI 16 ← Venise VI 17 → VI 18
VIII 10 ← Parme VIII 11 → VIII 12

La sonate K. 312 (F.260/L.264) en majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation[modifier | modifier le code]

La sonate K. 312, en majeur, notée Allegro, forme une paire avec la sonate suivante. La main gauche est peu sollicitée sauf avec une petite cellule rythmique :


\header {
  tagline = ##f
}

\score {
  \new RhythmicStaff {
    \time 12/8
    \numericTimeSignature
    \omit Staff.TimeSignature

   c8\prall c32 c c4  

  }
  \layout {
   % indent = #0
  }
  \midi {}
}


avec terminaison à l'octave, se répétant sur quatre mesures[1].



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

%% les petites notes
trillFisp      = { \tag #'print { fis4.\prall } \tag #'midi { g32 fis g fis~ fis4 } }
trillDp        = { \tag #'print { d4.\prall } \tag #'midi { e32 d e d~ d4 } }
trillBpDown    = { \tag #'print { b,4.\prall } \tag #'midi { cis32 b cis b~ b4 } }
aTrill         = { \tag #'print { a,8.\prall gis32 a } \tag #'midi { b32 a b a~ a16 gis32 a } }
eTrill         = { \tag #'print { e,8.\prall dis32 e } \tag #'midi { dis32 e dis e~ e16 dis32 e } }
trillEp        = { \tag #'print { e4.\prall } \tag #'midi { fis32 e fis e~ e4 } }

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

      s8*0^\markup{Allegro}
      d,4 fis8 a d4 << { e4 } \\ { a,4 } >> \repeat unfold 2 { << { fis'4 g a8 g fis e } \\ { d4 b cis a } >> } |  << { fis'2 } \\ { d2 } >> r4 a'4 | \repeat unfold 4 { a2 }|
      % ms. 7
      a8 fis g e d a b g | fis2 r2 | r4 fis4 \trillFisp e16 fis | cis'4 d \trillDp cis16 d |
      % ms. 11
      ais'4 b \trillBpDown ais16 b | fis'4 g2 b4 | \appoggiatura a16 g8 fis e4 \grace {  \tempo 2 = 60 e16 fis }  \tempo 2 = 86 g2 | \appoggiatura fis16 e8 d cis4 \grace {  \tempo 2 = 60 cis16 d }  \tempo 2 = 86 e2 | \appoggiatura d16 cis8 b ais2.~ 
      % ms. 16
      ais8 b cis d d cis cis b | cis d d e e d d cis | dis e e fis fis e e dis | e b' b g g fis e d | cis a' a e e d d cis |
      % ms. 21
      d8 a' a fis fis d d b | cis a' a e e cis cis a | b a' a d, d b b gis | a e' e a, b e e b |
      % ms. 25
      cis8 d16 e d8 cis b a gis fis | r4 e4 \trillEp dis16 e | cis'4 \eTrill d'4 \eTrill | cis'4 \eTrill b'4 \eTrill |
      % ms. 29
      cis'4 \eTrill d'4 \eTrill | \repeat unfold 4 { < e a cis >2 < e b' d > }
      % ms. 34
      << { cis'8 d16 e d8 cis b a gis a } \\ { < e a >4 } >>

}

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

    % ************************************** \appoggiatura a16  \repeat unfold 2 {  } \times 2/3 { }   \omit TupletNumber 
      R1*3 | d,4 fis8 a d4  << { e4 } \\ { a,4 } >> \repeat unfold 2 { << { fis'4 g a8 g fis e } \\ { d4 b cis a } >> }
      % ms. 4
      << { fis'2 } \\ { d2 } >> r2 | d8 a b g fis d e cis | d4 d' d cis | b, b' b a |
      % ms. 11
      g,4 g' g fis | \repeat unfold 8 { e4 } | \repeat unfold 4 { < fis e' >4 } | \repeat unfold 4 { < g e' >4 } | 
      % ms. 16
      \repeat unfold 4 { < gis eis' >4 } | \repeat unfold 4 { < ais fis' >4 } | \repeat unfold 4 { < a fis' >4 } | \repeat unfold 4 { < g e' >4 } | \repeat unfold 4 { < g a e' >4 } | 
      % ms. 21
      \repeat unfold 4 { < fis d' >4 } | \repeat unfold 4 { < e cis' >4 } | \repeat unfold 4 { < d b' >4 } | < cis a' >4 q < g' b > q
      % ms. 25
      a2 d, | e,2. e'4 | \repeat unfold 3 { a, a' gis e } |
      % ms. 30
      r4 \aTrill gis'4 \aTrill | a'4 \aTrill b'4 \aTrill | a'4 \aTrill gis'4 \aTrill |
      % ms. 33
      a'4 \aTrill b'4 \aTrill | a'2 r2

}

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

Manuscrits[modifier | modifier le code]

Le manuscrit principal est le numéro 17 du volume VI (Ms. 9777) de Venise (1753), copié pour Maria Barbara ; les autres sont Parme VIII 11 (Ms. A. G. 31413)[2].

Interprètes[modifier | modifier le code]

La sonate K. 312 est défendue au piano, notamment par Michelangelo Carbonara (2010, Brilliant Classics), Carlo Grante (2012, Music & Arts, vol. 3) ; au clavecin par Scott Ross (1985, Erato)[3], Richard Lester (2003, Nimbus, vol. 3) et Pieter-Jan Belder (Brilliant Classics).

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

  1. Chambure 1985, p. 208.
  2. Kirkpatrick 1982, p. 468.
  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]