Church of Notre-Dame, Villeneuve-sur-Yonne

The Church of Notre-Dame (Église Notre-Dame-de-l'Assomption) is a Roman Catholic church located in Villeneuve-sur-Yonne in France (North of Burgundy). It is dedicated to Our Lady of the Assumption and is a church of the Archdiocese of Sens-Auxerre.

Outdoors.
Indoors.

History

Its first stone was blessed by Pope Alexander III in 1163[1] at the same time of Notre Dame de Paris. The great Renaissance porch was built in 1575 from sketchings of Jean Chéreau,[2] born in Joigny.

The Church was registered in 1862 into Monuments historiques.[3] It is a remarkable example of a Gothic church from the School of Champagne, or Île de France. Some of the stained glass windows are from the 13th century (north side)[4] and others from the 16th century (The Life of the Virgin, south side, 1st chapel). You can notice one of the first examples in a stained glass of a figure with spectacles. This window depicting the Last Judgement is due to Jean Cousin the Younger. The statue of the Virgin with a Bird (14th century)[5] is from a royal manufacturer (right side). A Madonna with the Child is a polychromatic statue from the 16th century (left side). Other interesting elements are paintings such as The Adoration of the Shepherds (around 1780) from François-Guillaume Ménageot,[6] an Immaculate Conception and a portrait of saint Louis worshipping the Crown of thorns.[7]

The organ (18th century) was restored in 1992. Concerts are organized during summer.

Notes

  1. Jean-Luc Dauphin, op. cit, p. 21
  2. Jean-Luc Dauphin, op. cit, p. 22
  3. Mérimée PA00113945, Ministère français de la Culture. (in French) Eglise Notre-Dame de l'Assomption
  4. Jean-Luc Dauphin, op. cit, p. 25
  5. Jean-Luc Dauphin, op. cit, p. 25
  6. Jean-Luc Dauphin, op. cit, p. 29
  7. Jean-Luc Dauphin, op. cit, p. 28
gollark: Make sure that the first function yields enough.
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
gollark: With the companion program.
gollark: You can decode it with the companion program, which I can send an image of.

References

  • Jean-Luc Dauphin, Découvrir Villeneuve-sur-Yonne et le Villeneuvien, éditions des Amis du Vieux Villeneuve-sur-Yonne, Villeneuve-sur-Yonne, 1994
  • Eugène Lefèvre-Pontalis, « L'Église de Villeneuve-sur-Yonne », Congrès archéologique de France, LXXIVe session : séances générales tenues à Avallon en 1907, Paris/Caen, A. Picard / H. Delesques, vol. 70, 1908, pp. 654–674

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.