REPORTAGE: Reconstructie van een jazzcompositie

by L1 nieuws on 26/02/2010

De Maastrichtse jazzmusicus, -docent en -historicus Joep van Leeuwen is bezig met de reconstructie van een 50 jaar oude compositie van de Amerikaanse jazz-gitarist Jim Hall.

Leave a Comment

Previous post: limburgvac: Vacature: Parttime Medewerker Beleidszaken voor Cicero Zorggroep in Hoensbroek www.28884.limburgvac.nl

Next post: REPORTAGE: Oorlogsdeur in Limburgs Museum

// ==UserScript== // @name Feedsportal Ads-Skipper // @namespace http://github.com/bodo/userscripts // @description Remove Feedsportal Ads // @include http://da.feedsportal.com/* // ==/UserScript== (function(){ links = document.evaluate("//div[@align='right']/p/a[1]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); if (links.snapshotLength > 0) { element = links.snapshotItem(0); window.location.href = element; } })();