Kemenche

Kemenche or kemençe is a name used for various types of stringed bowed musical instruments having their origin in the Eastern Mediterranean, particularly in Armenia, Greece, Iran, Turkey, Azerbaijan[1], and regions adjacent to the Black Sea. These instruments are folk instruments, generally having three strings and played held upright with their tail on the knee of the musician.[2] The name Kemençe derives from the Persian Kamancheh, and means merely "small bow".[3]

Kemençe of the Black Sea
Classical kemençe

Variations

The Kemençe of the Black Sea (Turkish Karadeniz kemençesi, Greek Pontic kemenche, Pontic lyra, Ποντιακή λύρα) is a box-shaped lute (321.322), while the classical kemençe (or Klasik kemençe, Armudî kemençe, Politiki lyra; Greek: Πολίτικη Λύρα) is a bowl-shaped lute (321.321).

Other bowed instruments have names sharing the same Persian etymology include the kamancheh (or Kabak kemane in Turkish), a spike lute (321.31), and the Cappadocian kemane, an instrument closely related to the kemenche of the Black Sea with added sympathetic strings.

gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
gollark: I saw `getunicode`, which seems python2-ish since python3 has better unicode handling.

See also

References

  1. McCollum, Jonathan (2014). "Kamancha." New Grove Dictionary of Musical Instruments. Second Edition. Oxford University Press. ISBN 9780199743391.
  2. Hugo Pinksterboer, Tipbook: Cello (2002), p. 106.
  3. "Middle East Focus" (PDF). TheStrad.com: 50–52. July 2007. The Persian word for bow is kaman, and kamancheh is the diminutive form.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.