Sonate K. 273

Sonate K. 273
si bémol majeur
/
, Vivo-Moderato, 123 mes.

K.272K.273 → K.274
L.397L.398 → L.399
P.173P.174 → P.175
F.220F.221 → F.222
V 7 ← Venise V 8 → V 9
VI 25 ← Parme VI 26 → VI 27

La sonate K. 273 (F.221/L.398) en si bémol majeur est une œuvre pour clavier du compositeur italien Domenico Scarlatti.

Présentation

La sonate K. 273, en si bémol majeur, forme une paire avec la sonate précédente de même tonalité.

La seconde sonate est plus calme et contemplative. Des mélodies lentes y alternent avec de rapides gammes et de vifs arpèges. Elle est conçue sur un schéma exceptionnel : un mouvement rapide et brillant à
, notée Vivo, au caractère de danse (une découpe de huit mesures répétées cinq fois), précède une seconde section qui s'ouvre sur une courte pastorale à
, notée Moderato. Elle rompt la mesure précédente et se présente comme une sorte d’entracte au reste de la pièce qui revient au
. Les conclusions de chaque section sont virtuoses[1],[2]. Giorgio Pestelli considère le début comme une Arietta singulièrement proche des premières sonates modernes[3],[4].



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

%% les petites notes
trillA        = { \tag #'print { a4\prall } \tag #'midi { bes32 a bes a~ a8 } }
trillCp       = { \tag #'print { c4.\prall } \tag #'midi { d32 c d c~ c4 } }
trillAesUp    = { \tag #'print { aes'4\prall } \tag #'midi { bes32 aes bes aes~ aes8 } }
trillE        = { \tag #'print { e4\prall } \tag #'midi { f32 e f e~ e8 } }
appoABesp     = { \tag #'print { \appoggiatura a8 bes4. } \tag #'midi { a4   \tempo 4. = 30 bes8    \tempo 4. = 72 } }
appoFGp       = { \tag #'print { \appoggiatura f8 g4.  } \tag #'midi { f4   \tempo 4. = 30 g8    \tempo 4. = 72 } }
appoEFp       = { \tag #'print { \appoggiatura e8 f4.  } \tag #'midi { e4   \tempo 4. = 30 f8    \tempo 4. = 72 } }
trillFqp      = { \tag #'print { f8.\prall } \tag #'midi { g32 f g f~ f16 } }

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

      s8*0^\markup{Vivo}
      f4. | \appoggiatura fis8 g4. | ees | \appoggiatura ees8 f4. | d | ees16 f32 g f16[ ees d c] | bes8 \appoggiatura bes8 \trillA
      % ms. 8
      \appoABesp | f'4. \acciaccatura fis8 g4. | ees \appoggiatura e8 f4. | d4. | ees16 f32 g f16[ ees d c] | bes8 \appoggiatura bes8 \trillA
      % ms. 16
      \tempo 4. = 40 bes4. \tempo 4. = 72 | \repeat unfold 2 { f'4. | ees d 
      % ms. 24
      \trillCp } | \repeat unfold 3 { r8 \trillAesUp } | r8 bes8 e, | r8 c'8 f, | \acciaccatura g8 f8 e f | e \trillFqp e32 f |
      % ms. 32
      \appoFGp | r8 \acciaccatura bes8 aes16 g f8 | r8 \acciaccatura aes8 g16 f e8 | r8 \acciaccatura bes'8 aes16 g f8 | r8 \acciaccatura c'8 bes16 aes g8 | r8 \acciaccatura des'8 c16 bes aes8 | g des' g, |
      % ms. 39
      f8 \acciaccatura f8 \trillE | \appoEFp |

}

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

    % **************************************
      \repeat unfold 2 { << { bes8 d f | ees, bes' ees | a, c ees | d, a' d | g, bes d } 
      \\ { \mergeDifferentlyDottedOn bes4. | ees, | a | d, | g } >> | 
      ees4 ees'8 | << { d4 c8 } \\ { f,4. } >>
      % ms. 8
      < bes, bes' >4. }
      % ms. 17
      \repeat unfold 2 { << { bes'8 d f | a, c f | bes,8 d f | f, c' f } 
      \\ { \mergeDifferentlyDottedOn bes,4. | a | bes | f } >> } |   \clef treble 
      % ms. 25
      << { f'8 aes c | des, f aes | c, f aes | bes, e g | aes, c f } \\ { f4. | des | c | bes | aes } >>   \clef bass < g bes >4 < aes c >8 | < g bes >4 < f aes >8 |
      % ms. 32
      c4. | \repeat unfold 2 { << { aes'8 c f | bes, e g } \\ { aes,4. bes } >> } << { aes8 c f | \clef treble bes,8 bes' des, } \\ { aes4. |  \clef treble bes4. } >>
      % ms. 39
      << { aes'4 g8 } \\ { c,4. } >> < f, f' >4.

}

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. 273, de Domenico Scarlatti.

Manuscrits

Le manuscrit principal est le numéro 8 du volume V (Ms. 9776) de Venise (1753), copié pour Maria Barbara ; les autres sont Parme VI 26 (Ms. A. G. 31411)[5].

Interprètes

La sonate K. 273 est défendue au piano notamment par Carlo Grante (2012, Music & Arts, vol. 3) et Alon Goldstein (2018, Naxos, vol. 24) ; au clavecin par Scott Ross (1985, Erato)[6], Richard Lester (2002, Nimbus, vol. 2), Pieter-Jan Belder (Brilliant Classics) et Pierre Hantaï (2018, Mirare, vol. 6).

Notes et références

  1. Chambure 1985, p. 204.
  2. Grante 2013, p. 17.
  3. Pestelli 1969, p. 203.
  4. (en) Christopher Hail, « Catalogue » (version du sur Internet Archive), p. 239.
  5. Kirkpatrick 1982, p. 467.
  6. Victor Tribot Laspière, « Au Château d’Assas, sur les traces de Scott Ross et de Scarlatti », sur France Musique, (consulté le ).

Sources

Document utilisé pour la rédaction de l’article : document utilisé comme source pour la rédaction de cet article.

Articles connexes

Liens externes

Read other articles:

American college basketball season 2022–23 James Madison Dukes men's basketballConferenceSun Belt ConferenceRecord22–11 (12–6 Sun Belt)Head coachMark Byington (3rd season)Assistant coaches Xavier Joyner Jon Cremins Matt Bucklin Home arenaAtlantic Union Bank CenterSeasons← 2021–222023–24 → 2022–23 Sun Belt Conference men's basketball standings vte Conf Overall Team W   L   PCT W   L   PCT Southern Miss 14 – 4   .778 25 ...

 

 

يفتقر محتوى هذه المقالة إلى الاستشهاد بمصادر. فضلاً، ساهم في تطوير هذه المقالة من خلال إضافة مصادر موثوق بها. أي معلومات غير موثقة يمكن التشكيك بها وإزالتها. (فبراير 2016) هذه المقالة يتيمة إذ تصل إليها مقالات أخرى قليلة جدًا. فضلًا، ساعد بإضافة وصلة إليها في مقالات متعلقة بها...

 

 

Aristide BriandNama dalam bahasa asli(fr) Aristide Briand BiografiKelahiran(fr) Aristide Pierre Henri Briand 28 Maret 1862 Nantes Kematian7 Maret 1932 (69 tahun)Paris Tempat pemakamanCimetière de Cocherel (en)   President of the Council (en) 29 Juli 1929 – 2 November 1929 ← Raymond Nicholas Landry Poincare – André Tardieu (en) →   President of the Council (en) 28 November 1925 – 17 Juli 1926 ← Paul Prudent Painle...

Family of software products This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Turbo software – news · newspapers · books · scholar · JSTOR (February 2019) (Learn how and when to remove this template message) TurboLogo of the company. Although it reads turbo.net, the company uses it to represent itself and...

 

 

Vous lisez un « article de qualité » labellisé en 2009. Pour les articles homonymes, voir Rhétorique (homonymie). Démosthène s'exerçant à la parole, toile de Jean-Jules-Antoine Lecomte du Nouÿ (1842-1923). La rhétorique est l'art de l'action du discours sur les esprits. Le mot provient du latin rhetorica, emprunté au grec ancien ῥητορικὴ τέχνη / rhêtorikê tékhnê, « technique, art oratoire ». Plus précisément, selon Ruth Amossy ...

 

 

Vasily MateVasily Mate by Boris Kustodiev (1902)Lahir(1856-02-23)23 Februari 1856Meninggal9 April 1917(1917-04-09) (umur 61)PendidikanAnggota penuh dari Imperial Academy of ArtsAlmamaterImperial Academy of Arts Vasily Vasilyevich Mate (bahasa Rusia: Василий Васильевич Матэ; 6 Maret 1856 – 22 April 1917) atau Mathé, adalah seorang seniman dan pengukir berkebangsaan Rusia. Meskipun dia bukan penulis karya orisinal utama, dia adalah salah satu peng...

artikel ini perlu dirapikan agar memenuhi standar Wikipedia. Tidak ada alasan yang diberikan. Silakan kembangkan artikel ini semampu Anda. Merapikan artikel dapat dilakukan dengan wikifikasi atau membagi artikel ke paragraf-paragraf. Jika sudah dirapikan, silakan hapus templat ini. (Pelajari cara dan kapan saatnya untuk menghapus pesan templat ini) Steve Vai Steve Vai (lahir 6 Juni 1960) adalah seorang gitaris, penulis lagu, penyanyi dan produser yang berasal dari Amerika Serikat dan juga alu...

 

 

Artikel ini membutuhkan rujukan tambahan agar kualitasnya dapat dipastikan. Mohon bantu kami mengembangkan artikel ini dengan cara menambahkan rujukan ke sumber tepercaya. Pernyataan tak bersumber bisa saja dipertentangkan dan dihapus.Cari sumber: Retrofit – berita · surat kabar · buku · cendekiawan · JSTOR (Januari 2010) Pada contoh retrofit ini, seperangkat tombol pembuka pintu modern telah ditambahkan pada KRL British Rail Kelas 483, yang diturunkan...

 

 

Former pan-European children's television network (1984–2000) Television channel The Children's Channel (TCC)CountryUnited KingdomBroadcast areaEuropeMiddle EastAfricaOwnershipOwnerStarstream (Flextech)Warner (partner)HistoryLaunched1 September 1984; 39 years ago (1 September 1984)Closed3 April 1998; 26 years ago (3 April 1998) (Europe, Middle East and Africa)5 October 1998; 25 years ago (5 October 1998) (UK cable, Nordic feed)30 September 2000;...

2007 single by CupidCupid ShuffleSingle by Cupidfrom the album Time for a Change ReleasedFebruary 13, 2007RecordedDecember 30, 2006GenreDancehip hopLength3:50LabelAsylum AtlanticSongwriter(s)CupidProducer(s)CupidCupid singles chronology Say Yes (2007) Cupid Shuffle (2007) Happy Dance (2008) Cupid Shuffle is a song by Cupid from his 2007 studio album Time for a Change. It has spawned a popular line dance and has drawn comparisons to DJ Casper's Cha Cha Slide. In the United States, the song pea...

 

 

Minimum age at which a person can legally purchase or consume alcoholic beverages This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Legal drinking age – news · newspapers ...

 

 

Radio station in Gretna, LouisianaWFNOGretna, LouisianaBroadcast areaNew Orleans metropolitan areaFrequency1540 kHzBrandingLatino Mix 97.5ProgrammingFormatSpanish language hot adult contemporaryOwnershipOwnerCrocodile BroadcastingSister stationsKGLAHistoryFirst air dateJanuary 31, 1969 (first license granted)Former call signsKGLA (1969–2019)Technical informationFacility ID14538ClassDPower1,000 watts dayTranslator(s)97.5 K248BB (New Orleans)LinksWebsitelatinomix975.com WFNO (1540 kHz) is a c...

Assassin's Creed IV: Black FlagvideogiocoLogo del giocoPiattaformaPlayStation 3, Xbox 360, PlayStation 4, Xbox One, Microsoft Windows, Wii U, Nintendo Switch Data di pubblicazionePlayStation 3 e Xbox 360: 29 ottobre 2013 Wii U: 28 novembre 2013 29 ottobre 2013 22 novembre 2013 31 ottobre 2013 Microsoft Windows: 19 novembre 2013 22 novembre 2013 PlayStation 4: 22 febbraio 2014 15 novembre 2013 29 novembre 2013 Xbox One: 22 novembre 2013 Nintendo Switch: 6 dicembre 2019 ...

 

 

У этого термина существуют и другие значения, см. Мстители. Другие фильмы с таким же или схожим названием: см. Мстители (фильм). Мстителиангл. The Avengers Официальный постер для кинотеатрального проката в России Жанры супергероикабоевикнаучная фантастикаприключения Режис�...

 

 

Supriyanto GSPrie GS pada tahun 2019LahirSupriyanto(1965-02-03)3 Februari 1965Kendal, Jawa Tengah, IndonesiaMeninggal12 Februari 2021(2021-02-12) (umur 57)Semarang, Jawa Tengah, IndonesiaSebab meninggalSerangan jantungAlmamaterIKIP Semarang (kini Universitas Negeri Semarang)OrganisasiSuara Merdeka Supriyanto (3 Februari 1965 – 12 Februari 2021) atau yang lebih dikenal sebagai Prie GS adalah budayawan berkebangsaan Indonesia. Dia mengawali kariernya sebagai wartawan ...

这是马来族人名,“阿末”是父名,不是姓氏,提及此人时应以其自身的名“祖基菲里”为主。 尊敬的拿督斯里哈芝祖基菲里·阿末Dzulkefly bin Ahmad国会议员、DGSM博士 马来西亚卫生部部长现任就任日期2023年12月12日君主最高元首苏丹阿都拉最高元首苏丹依布拉欣·依斯迈首相安华·依布拉欣副职卡尼斯曼(英语:Lukanisman Awang Sauni)前任扎丽哈·慕斯达法任期2018年5月21日—2...

 

 

August Wilson TheatreL'August Wilson Theatre nel 2007UbicazioneStato Stati Uniti LocalitàNew York Indirizzo245 West 52nd Street Dati tecniciCapienza1 222 posti RealizzazioneCostruzioneXX secolo Inaugurazione1925 ArchitettoCharles Howard Crane e Kenneth Franzheim ProprietarioJujamcyn Theaters Sito ufficiale Modifica dati su Wikidata · ManualeCoordinate: 40°45′47.91″N 73°59′03.17″W / 40.763308°N 73.984214°W40.763308; -73.984214 L'August Wilson Theatr...

 

 

18th-century Basque explorer and governor within the Spanish Empire In this Spanish name, the first or paternal surname is Anza and the second or maternal family name is Bezerra Nieto. Juan Bautista de AnzaPortrait by Fray Orcí, 1774.55th Governor of Province of New MexicoIn office1778–1788Preceded byFrancisco TrevreSucceeded byFernando de la Concha Personal detailsBornJuan Bautista de Anza Bezerra NietoJuly 6/7, 1736Fronteras, New Navarre, New Spain(now Sonora, Mexico)DiedDecember...

此條目过度或未適當使用旗幟模板。 (2024年5月23日)請協助改善條目,將過度裝飾圖像除去。旗帜模板应当有利于读者阅读,而非装饰用途。在条目正文中过度使用旗帜模板将破坏条目全文的连贯性,分散读者的注意力。在某些情况下,旗帜模板数量过多还可能导致条目模板数量超出技术限制。 此條目或許帶有主題在大眾文化方面上瑣碎、小眾、或無足輕重的關聯。 (2024年5�...

 

 

Dalam bahasa militer, pesawat tempur serang (bahasa Inggris: strike fighter) adalah pesawat tempur multiperan yang dirancang untuk beroperasi terutama dalam peran serangan udara-ke-permukaan sementara juga menggabungkan karakteristik kinerja tertentu dari pesawat tempur. Sebagai kategori, ia berbeda dari pesawat tempur pengebom. Contoh pesawat tempur Amerika kontemporer adalah McDonnell Douglas F-15E Strike Eagle, Boeing F/A-18E/F Super Hornet, dan Lockheed Martin F-35 Lightning II. Referens...