Georg Eismann

Georg Eismann (1899 – 1968) was a German musicologist. After 1945, this music teacher at the Gymnasium Dresden-Plauen took over as the second director of the Robert Schumann House in Zwickau.

Publications

  • Erinnerungen an Felix Mendelssohn Bartholdy. Nachgelassene Aufzeichnungen von Robert Schumann. Predella, Zwickau 1947, Literature by and about Georg Eismann in the German National Library catalogue.
  • Das Robert-Schumann-Haus in Zwickau. Nationale Forschungs- und Gedenkstätten der klassischen Deutschen Literatur, Weimar 1958, Literature by and about Georg Eismann in the German National Library catalogue.
  • Robert Schumann. Tagebücher. Volume 1: 1827–1838. Deutscher Verlag für Musik, Leipzig 1971. 2nd edition 1987, ISBN 978-3-370-00039-9.
gollark: Ruby.
gollark: ```rubyputs "Hello, WOrld"```
gollark: RPNCalc 3:```rpncalcthis-cant-handle-strings-so-whatever```
gollark: ++C.
gollark: ```javapackage com.seriouscompany.business.java.helloworld.packagenamingpackage.impl;import org.springframework.context.ApplicationContext;import org.springframework.context.ConfigurableApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;import com.seriouscompany.business.java.helloworld.packagenamingpackage.impl.parameters.DefaultHelloWorldUpperLimitParameter;import com.seriouscompany.business.java.helloworld.packagenamingpackage.interfaces.HelloWorld;import com.seriouscompany.business.java.helloworld.packagenamingpackage.interfaces.parameters.HelloWorldUpperLimitParameter;public final class Main { public static void main(final String[] args) { final ApplicationContext context = new ClassPathXmlApplicationContext(Constants.SPRING_XML); final HelloWorld myHelloWorld = (HelloWorld) context.getBean(Constants.STANDARD_FIZZ_BUZZ); final HelloWorldUpperLimitParameter helloWorldUpperLimit = new DefaultHelloWorldUpperLimitParameter(); myHelloWorld.helloWorld(helloWorldUpperLimit.obtainUpperLimitValue()); ((ConfigurableApplicationContext) context).close(); }}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.