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

Sonate K. 68

Sonate K. 68
mi bémol majeur


, 116 mes.

K.67K.68 → K.69
L.113L.114 → L.115
P.5P.7 → P.8
F.27F.28 → F.29
XIV 29← Venise XIV 30 →XIV 31
9 ← Saragosse 10 → 11
39 ← ms. Worgan 40 → 41

La sonate K. 68 (F.28/L.114) en mi bémol majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation

[modifier | modifier le code]

La sonate K. 68, en mi bémol majeur, est sans indication de mouvement. Un motif rythmique unique :


\header {
  tagline = ##f
}

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

   c32 c c16 c8[ c]

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

traverse la sonate de bout en bout. Elle figure dans un éventail de pièces à danser des compositions de la « première manière »[1].



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

%% les petites notes
trillFp      = { \tag #'print { f4.\trill } \tag #'midi { g32 f g f~ f4 } }
trillAqqp    = { \tag #'print { aes16.\trill } \tag #'midi { \times 2/3 { bes32 aes bes } aes32 } }
trillBesp    = { \tag #'print { bes4\trill } \tag #'midi { c32 bes c bes~ bes8 } }
trillEes     = { \tag #'print { ees4\trill } \tag #'midi { f32 ees f ees~ ees8 } }

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

      %s8*0^\markup{Allegro}
      ees,32 d ees16 g8[ bes] | ees4. | g,32( f g16) bes8[ ees] | g4. | bes,32( a bes16) ees8[ g] | bes4.~ | \stemUp
      % ms. 7
      bes16 aes g f ees d | c bes bes8 \stemNeutral aes~ | aes32 g f16 g8 bes8\rest  \stemUp | g'32 f g16 bes8[ d,] | ees32 d ees16 g8[ bes,] | c32 bes c16 ees8[ g,] | \trillAqqp g32 aes16. bes32 g16. aes32 |
      % ms. 14
      \appoggiatura g32 \trillFp | < ees' g >4 < d f >8 | < c ees >4 < bes d >8 | < aes c >4 < g bes >8 | aes16. g32 aes16. f'32 aes,16. g32 |  \appoggiatura g32 \trillFp \stemUp | d'32 c d16 f8[ d] |
      % ms. 21
      c32 bes c16 f8[ c] | bes32 a bes16 f'8[ bes,] | \appoggiatura a32 \trillBesp a8 | des32 c des16 f8[ des] | c32 b c16 f8[ c] | bes32 a bes16 ges'8[ bes,] |
      % ms. 27
      a32 g a16 f'8[ f,] | ges32 f ges16 ees'8[ ges,] | f32 e f16 a8[ c] | \stemNeutral ees32 d ees16 a8[ c] | \stemUp ees,4.^~ | ees^~ |
      % ms. 33
      ees4. | r16 \stemUp d16 ees32 f g a bes8 | a16. g32 f8[ ees] | \stemNeutral \appoggiatura d32 \trillEes d8 | 

}

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

    % ************************************** \appoggiatura a16  \repeat unfold 2 {  } \times 2/3 { }   \omit TupletNumber 
      ees,4. | \repeat unfold 2 { ees32 d ees16 g8[ bes] | ees4. } | ees,32 d ees16 g8[ bes] | \stemDown \change Staff = "upper"
      % ms. 7
      ees8 f g | aes16 g f8 \stemNeutral \change Staff = "lower" bes, | ees,4 \stemDown \change Staff = "upper"  ees'8 | ees'4 bes8 | c4 g8 | aes4 ees8 | f d ees | \stemNeutral \change Staff = "lower"
      % ms. 14
      bes4.  \stemDown \change Staff = "upper" | g'32 f g16 bes8[ \stemUp  \change Staff = "lower" bes,] | \stemDown \change Staff = "upper"  ees32 d ees16 g8[ \stemUp  \change Staff = "lower" g,] | c32 bes c16 \stemDown \change Staff = "upper"  ees8[ \stemUp  \change Staff = "lower" ees,] \stemNeutral | f8 d ees | bes4. | \stemDown \change Staff = "upper"
      % ms. 20
      bes''4 bes8 | a4 a8 | g4 g8 | f4  \change Staff = "lower" f,8 | \stemDown \change Staff = "upper"
      bes'4 bes8 | aes4 aes8 | ges4 ges8 |
      % ms. 27
      f4 f8 | ees c \change Staff = "lower" bes | a c \stemDown \change Staff = "upper" e | \change Staff = "lower"  R4. | f,32 e f16 a8[ c] \stemDown \change Staff = "upper" | ees32 d ees16 f8[ a] |
      % ms. 33
      c32 bes a g f8 ees | d4 d8 | ees f \change Staff = "lower" f, | bes,4 bes'8 |

}

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

Le manuscrit principal est le numéro 30 du volume XIV (Ms. 9770) de Venise (1742), copié pour Maria Barbara[2]. D'autres copies figurent à Londres, numéro 40 du manuscrit Worgan, Add. ms. 31553 (1740-1760)[3] ; deux copies figurent à Saragosse (E-Zac) : source 2, ms. B-2 Ms. 31, fos 19v-21r, no 10 et source 3 (1750-1751), ms. B-2 Ms. 32, fos 75v-77r, no 38 (1751–1752)[4] ; une autre dans un manuscrit de provenance française, conservé dans une collection privée du New Jersey, dont Joel Sheveloff reproduit les 88 premières mesures dans un article[5].

Venise XIV 30.

Interprètes

[modifier | modifier le code]

La sonate K. 68 est défendue au clavecin par Scott Ross (1985, Erato)[6], Pieter-Jan Belder (2001, Brilliant Classics, vol. 2) et Richard Lester (2005, Nimbus, vol. 6).

Notes et références

[modifier | modifier le code]
  1. Chambure 1985, p. 213 (43).
  2. Kirkpatrick 1982, p. 461.
  3. Yáñez Navarro 2016, p. 119.
  4. Yáñez Navarro 2016, p. 320, 425.
  5. Sheveloff 1985, p. 423.
  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. 68
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?