blob: 76ffc885306de68d727f5a9d568c5ad8e5ae2e59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../../Styles/style.css" rel="stylesheet" type="text/css" />
<title>Die fünf Marienlieder des Kuno Kohn - Hohes Lied</title>
</head>
<body>
<div class="poem">
<h3 class="center">Hohes Lied:</h3>
<p>
<span class="vers vindent">Maria du – daran zu denken, wie</span><br />
<span class="vers vindent">Ich dich empfand... Der schwere Kopf versinkt –</span><br />
<span class="vers vindent">Meer nur und Mond – Meermond und Wind und Welt –</span>
</p>
<p>
<span class="vers vindent">Um deine weiße Haut der weiße Sand, Maria –</span><br />
<span class="vers vindent">Dein Haar... Dein Lächeln... Rings ist Meer und Not</span><br />
<span class="vers vindent">Und Ruf und Sehnsucht und ein sanftes Glück –</span>
</p>
<p>
<span class="vers vindent">All dieses Singen, das so müde macht...</span><br />
<span class="vers vindent">Kommt nicht der Himmel wie ein Mutterlied</span><br />
<span class="vers vindent">Zur Stirn des Kindes hin und hin zu uns –</span>
</p>
</div>
</body>
</html>
|