Piano Sonata Hob. XVI/50

The Piano Sonata in C major, Hob. XVI/50, L.60, was written c. 1794[1] by Joseph Haydn.

Structure

The work has three movements.[2]

  1. Allegro
  2. Adagio (in F major)
  3. Allegro molto

History

The sonata was written for and dedicated to Therese Jansen Bartolozzi c. 1794.[3] Jansen Bartolozzi subsequently published the sonata c. 1800 with the title: "A Grand Sonata for the Piano Forte Composed Expressly for and dedicated to Mrs. Bartolozzi by Haydn ... Op. 79 ... London. Printed for, and to be had of the Proprietor 82 Wells Street and of the Publishers J. and H. Caulfield 36 Picadilly."[4]

gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.

References

Notes

  1. Jones, David Wyn (2002). Oxford Composer Companions: Haydn. Oxford: Oxford University Press. p. 469.
  2. Haydn, Joseph (1990). Maurice Hinson (ed.). Haydn The complete Piano Sonatas, Vol. 3. Van Nuys: Alfred Publishing.
  3. Landon (1976), p. 440
  4. Landon (1976), p. 442

Sources

  • Haydn, Joseph. Haydn The Complete Piano Sonatas. Vol. 3. Edited by Maurice Hinson. Van Nuys: Alfred publishing Co. Inc., 1990.
  • Jones, David Wyn. Oxford Composer Companions: Haydn. Oxford: Oxford University Press, 2002.
  • Landon, H.C. Robbins. Haydn: Chronicle and Works. Vol 3. Haydn in England 1791–1795. London: Thames and Hudson, 1976.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.