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

Sonate K. 410

Sonate K. 410
si bémol majeur2/2, Allegro, 88 mes.

K.409K.410 → K.411
L.S.42 ← L.S.43 → L.S.44
P.371P.372 → P.373
F.355F.356 → F.357
IX 22 ← Venise IX 23 → IX 24
XI 22 ← Parme XI 23 → XI 24
45 ← Saragosse 46 → 47

La sonate K. 410 (F.356/L.S.43) en si bémol majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation

[modifier | modifier le code]

La sonate K. 410, en si bémol majeur, notée Allegro, forme une paire avec la sonate suivante, sorte de menuet[1].

Pleine d'entrain, elle est une homologue de la K. 3, également à deux voix, ainsi que la K. 16, dans la même tonalité de si bémol, notamment dans l'absence de pause entre les thèmes. À partir de cette sonate jusqu'à la fin du volume XI de Parme, Scarlatti semble s'installer dans une texture typiquement italienne à deux voix, rapide et aérée[2],[3]. Ici, le compositeur oppose les motifs dans des registres différents du clavier[1].



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

%% les petites notes
trillBesUp       = { \tag #'print { bes'4\prall } \tag #'midi { c32 bes c bes~ bes8 } }
trillBespDown    = { \tag #'print { bes,4.\prall } \tag #'midi { c32 bes c bes~ bes4 } }
trillBespUpUp    = { \tag #'print { bes''4.\prall } \tag #'midi { c32 bes c bes~ bes4 } }
trillBesq        = { \tag #'print { bes8\prall } \tag #'midi { c32 bes c bes } }
trillEes         = { \tag #'print { ees4\prall } \tag #'midi { f32 ees f ees~ ees8 } }
trillFq          = { \tag #'print { f8\prall } \tag #'midi { g32 f g f } }
trillE           = { \tag #'print { e4\prall } \tag #'midi { f32 e f e~ e8 } }
trillC           = { \tag #'print { c4\prall } \tag #'midi { d32 c d c~ c8 } }
trillBesp        = { \tag #'print { bes4.\prall } \tag #'midi { c32 bes c bes~ bes4 } }
trillAb          = { \tag #'print { a2\prall } \tag #'midi { bes32 a bes a~ a8~ a4 } }
trillEesb        = { \tag #'print { ees2\prall } \tag #'midi { f32 ees f ees~ ees8~ ees4 } }
trillDq          = { \tag #'print { d8\prall } \tag #'midi { ees32 d ees d } }


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

      s8*0^\markup{Allegro}
      \trillBesUp a8 bes f4 d | f2 r2 | r4 f4 \trillEes d8 c | d4 bes' c \trillBesq a8 |
      % ms. 5
      bes4 f g \trillFq ees8 | f4 d ees \trillDq c8 | d2 \trillBespDown a16 g | f4 f' \trillEesb | d2 \trillBespUpUp a16 g |
      % ms. 10
      f4 f' \trillEesb | d2 \trillBespDown aes16 g | f4 \repeat unfold 3 { bes4 a bes | c }
      % ms. 15 suite
      ees4 des c | \trillBesp a16 bes c4 bes | \trillAb r2 | R1 | \times 2/3 { bes,8 c d } \omit TupletNumber  \times 2/3 { e8[ f g] } a4 bes |
      % ms. 20
      c4 d \trillC bes4 | a2 r2 | R1 | \times 2/3 { bes8 c d } \times 2/3 { e8[ f g] } a4 bes | c d \trillC bes4 |
      % ms. 25
      a4

}

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

    % ************************************** \appoggiatura a16  \repeat unfold 2 {  } \times 2/3 { }   \omit TupletNumber 
      R1 |   \clef treble  \trillBesUp a8 bes f4 d | f f g a | bes d, es f |
      % ms. 5
      bes,4 d ees d8 c | d4 bes' c bes8 a | bes4   \clef bass bes,,2 c4 | d bes c f, | bes \clef treble bes''2 c4 | 
      % ms. 10
      d4 bes c f, bes bes,2 c4 | des \repeat unfold 2 { des4 c < bes ees ges > | < a f' > } des c < bes ees ges > |   \clef bass
      % ms. 15
      << { f'2 bes, } \\ { a4 f bes, c } >> des4 bes ees ges | f2 \times 2/3 { f,8 g a } \omit TupletNumber  \times 2/3 { bes8[ c d] } | e4 f \trillE d4 | c bes a g |
      % ms. 20
      f4 f' e c | f f, \times 2/3 { f'8 g a } \omit TupletNumber  \times 2/3 { bes8[ c d] } | e4 f \trillE d4 | c bes a g | f f' e c |
      % ms. 25
      f2.*1/3

}

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 si bémol majeur K. 410, de Domenico Scarlatti.

Le manuscrit principal est le numéro 23 du volume IX (Ms. 9780) de Venise (1754), copié pour Maria Barbara ; l'autre est Parme XI 23 (Ms. A. G. 31416)[4]. Une copie figure à Lisbonne, ms. FCR/194.1 (no 46)[5].

Parme XI 23.

Interprètes

[modifier | modifier le code]

La sonate K. 410 est défendue au piano, notamment par Carlo Grante (2013, Music & Arts, vol. 4) ; au clavecin par Scott Ross (1985, Erato)[6], Richard Lester (2003, Nimbus, vol. 4) et Pieter-Jan Belder (Brilliant Classics, vol. 9).

Notes et références

[modifier | modifier le code]
  1. a et b Chambure 1985, p. 219.
  2. (en) Christopher Hail, « Catalogue » (version du sur Internet Archive)[PDF], p. 343.
  3. Grante 2016, p. 15.
  4. Kirkpatrick 1982, p. 470.
  5. Yáñez Navarro 2016, p. 115.
  6. 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. 410
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?