Sonate K. 83

From Wikipedia, the free encyclopedia

Sonate K. 83
la majeur2/2/
, 124 mes.

K.82K.83 → K.84
L.S.30L.S.31 → L.S.32
P.30 ← P.31 → P.32
F.43F.44 → F.45
XIV 47 ← Venise XIV 48 → XIV 49

La sonate K. 83 (F.44/L.S.31) en la majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

La sonate K. 83 en la majeur est un Alla breve sans indication de mouvement, sorte de prélude à deux voix (88 mesures) en deux sections avec reprises, suivi d'un menuet à
, à la stricte symétrie (deux fois 18 mesures). La forme a déjà été croisée avec la K. 77 inaugurant le principe du couple[1].



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

%% les petites notes
trillBp       = { \tag #'print { b4.\trill } \tag #'midi { cis32 b cis b~ b4 } }
trillAb       = { \tag #'print { a2\trill } \tag #'midi { b32 a b a~ a8~ a4 } }


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

      %s8*0^\markup{Allegro}
      R1*2 | a2 b4 e, | a cis b e, |
      % ms. 5
      a2 \trillBp a16 b | cis2. d8 e | gis,4 a b cis | d2. e8 fis | a,4 b cis d |
      % ms. 10
      e4 d8 e a,4 fis | \repeat unfold 2 { gis4 e' fis a, } | gis4 dis' e b | cis b \trillAb 
      % ms. 15
      \repeat unfold 2 { gis4 dis'2 e4 | cis b \trillAb } | gis4 dis' e c |

}

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

    % ************************************** 
      a2 b4 e, | a cis b e, | fis cis d e | cis a gis e |
      % ms. 5
      fis4 cis d e | a b cis d | e fis gis a | b, cis d e | fis gis a b |
      % ms. 10
      cis4 a d fis | \repeat unfold 2 { e cis d fis } | \repeat unfold 3 { e4 fis gis e | a gis fis b, } | e4 fis g a, |
      % ms. 15
      

}

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


Le manuscrit principal est le numéro 48 du volume XIV (Ms. 9770) de Venise (1742), copié pour Maria Barbara[2].

Venise XIV 48.

Interprètes

La sonate K. 83 est défendue au piano, notamment par Eylam Keshet (2016, Naxos, vol. 22) ; au clavecin par Scott Ross (1985, Erato)[3], Richard Lester (2005, Nimbus, vol. 6), Pieter-Jan Belder (Brilliant Classics, vol. 2) et Francesco Cera (2012, Tactus, vol. 3).

Notes et références

Sources

Articles connexes

Liens externes

Related Articles

Wikiwand AI