CINXE.COM

To be sung every day | I thank God and I am as thrilled | LiederNet

<!DOCTYPE html> <html lang="en"> <head> <title> To be sung every day | I thank God and I am as thrilled | LiederNet </title> <!--<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />--> <meta name="google-site-verification" content="1X0R00VYafsido-bovKUJjyCu4rra_W_9elarBiO8H8" /> <meta charset="UTF-8"> <meta name="identifier-url" content="https://www.lieder.net/"> <meta name="copyright" content="漏 The LiederNet Archive"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link id="favicon" rel="shortcut icon" href="/favicon/favicon.ico?v=2" type="image/x-icon"> <link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png?v=2"> <link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png?v=2"> <meta name="theme-color" content="#284358"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png?v=2"> <link rel="manifest" href="favicon/site.webmanifest?v=2"> <link rel="mask-icon" href="favicon/safari-pinned-tab.svg?v=2" color="#3b6f96"> <meta name="description" content="Texts and Translations to Lieder and other classical vocal works in more than a hundred languages"> <meta name="keywords" content="Lieder, translation, lyrics, art song, poetry, vocal text, kunstlieder, uebersetzungen, gedichte, melodie, traductions, Liederen, canzoni, laulua, piosenki, pisne, letra, cancoe"> <meta name="robots" content="index,follow"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <style type="text/css"> @media print { main { display:none; } } </style> <link rel="preload" as="style" href="/lieder/style/style_sheet.css?v=127" type="text/css"> <link rel="stylesheet" href="/lieder/style/style_sheet.css?v=127" type="text/css"> <link rel="preload" fetchpriority="high" as="image" href="../images/Hirt4transp.png" type="image/png"> <link rel="preload" href="/lieder/fonts/lato-v24-latin-ext-regular.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/lieder/fonts/lato-v24-latin-ext-700.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/lieder/jquery/jquery-3.7.1.min.js" as="script" type="text/javascript"> <script fetchpriority="high" src="/lieder/jquery/jquery-3.7.1.min.js"></script> <script> function delete_my_cookie ( cookie_name ) { var cookie_date = new Date ( ); // current date & time cookie_date.setTime ( cookie_date.getTime() - 1 ); document.cookie = cookie_name + "=X;expires=" + cookie_date.toGMTString(); } function sign_out() { delete_my_cookie("lieder"); location.reload(); } </script> <script async src="/lieder/js/sha3.js"></script> <script type="text/javascript"> $(document).ready(function() { $("body").show(); sf(); }); function sf() { if (document.f) { if (document.f.username) { document.f.username.focus(); } else { document.f.submit.focus(); } } } function hashIt() { var hash = CryptoJS.SHA3($("#password").val(), { outputLength: 224 }); $("#password").val(hash); return true; } </script> <script> function getCookie(cname) { var name = cname + "="; var ca = document.cookie.split(';'); for(var i=0; i<ca.length; i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1); if (c.indexOf(name) == 0) return c.substring(name.length,c.length); } return ""; } function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); var expires = "expires="+d.toUTCString(); document.cookie = cname + "=" + cvalue + "; " + expires; } function readCookie(desc) { var nameEq = desc + "="; var decodedCookie = decodeURIComponent(document.cookie); var cArray = decodedCookie.split(';'); for(var i = 0; i < cArray.length; i++) { var ck = cArray[i]; while (ck.charAt(0) == ' ') { ck = ck.substring(1); } if (ck.indexOf(nameEq) == 0) { return ck.substring(nameEq.length, ck.length); } } return ""; } function createCookie(keyName,value,days) { var today = new Date(); var expiry = new Date(today.getTime() + (days*24*60*60*1000)); document.cookie = keyName + "=" + value + ";expires=" + expiry.toUTCString() + ";path=/"; } function accept() { createCookie('accepts','Y','60'); hasAccepted(); } function hasAccepted() { var accepted = readCookie('accepts'); if (accepted != 'Y') { document.getElementById('cookie-notice').style.visibility='visible'; document.getElementById('cookie-notice').style.opacity=1; } else { document.getElementById('cookie-notice').style.visibility='hidden'; document.getElementById('cookie-notice').style.opacity=0; } } document.addEventListener('DOMContentLoaded', hasAccepted); function toggle(div_id) { var el = document.getElementById(div_id); if ( el.style.display == 'none' ) { el.style.display = 'block';} else {el.style.display = 'none';} } function toggleMenu() { var menu = document.getElementById('left-nav'); if (menu.classList.contains('nav-hidden')) { openMenu(); } else { closeMenu(); } } document.addEventListener("DOMContentLoaded", function(e) { var w = window.matchMedia("screen and (min-width: 100rem)"); autoMenu(); w.addListener(autoMenu); function autoMenu() { if (w.matches) { openMenu(); } else { closeMenu(); } } }); window.addEventListener('load', () => { const emails = document.getElementsByClassName('email'); Array.from(emails).forEach(function(email) { const decoded = atob(email.name); email.href = "mailto:" + decoded; }); }); function openMenu() { var menu = document.getElementById('left-nav'); var arrow = document.getElementById('menu-toggle-arrow'); menu.classList.remove('nav-hidden'); menu.classList.add('nav-show'); arrow.classList.add('menu-close-arrow'); if (window.matchMedia("(min-width: 1600px)").matches) { menu.classList.add('menu-width'); document.getElementById('donations-card').classList.add('donations-wide'); } document.getElementById('menu-toggle-text').textContent = 'Close Menu'; } function closeMenu() { document.getElementById('menu-toggle-text').textContent = 'MENU'; var menu = document.getElementById('left-nav'); var arrow = document.getElementById('menu-toggle-arrow'); arrow.classList.remove('menu-close-arrow'); menu.classList.remove('nav-show'); menu.classList.add('nav-hidden'); menu.classList.remove('menu-width'); document.getElementById('donations-card').classList.remove('donations-wide'); } document.addEventListener('keyup', function (event) { var key = event.key; if (key === 'Escape' || key === 'Esc' || key === 27) { if (document.getElementById('left-nav').classList.contains('nav-show')) { closeMenu(); } } }); window.addEventListener('beforeunload', function() { var spinner = document.querySelector('.loader'); spinner.style.visibility = 'visible'; spinner.style.opacity = 1; }); window.addEventListener('pageshow', function() { var spinner = document.querySelector('.loader'); spinner.style.visibility = 'hidden'; spinner.style.opacity = 0; }); </script> <!-- Needed for subdirectories like guest_editors to override --> <!-- ANALYTICS --> <link rel="dns-prefetch" href="https://www.googletagmanager.com/" > <link href="https://www.googletagmanager.com/gtag/js?id=UA-34594381-1" rel="preload" as="script"> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-34594381-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-34594381-1'); gtag('config', 'G-TZQ9RWX000'); </script> <!-- /ANALYTICS --> <!-- GOOGLE ADS --> <!-- /GOOGLE ADS --> </head> <body onLoad=sf() > <div class="loader"></div> <!-- FUNDRAISING BANNER --> <div id="fundraiser" class="fundraise-banner"> <div style="padding:0.5rem;margin:auto; max-width:52em;text-align:center;"><h3 class="fancy-headline">New Feature Alert</h3> <p style="padding-bottom:0.5em; text-wrap:balance;"><br><strong>It鈥檚 now easier than ever to see both the author's and the composer's versions of a text!</strong><br><br> After more than a year in development, I'm thrilled to announce that we've finally implemented the ability to view "<a href="/lieder/about_sung_texts.html">sung texts</a>" with all the modifications by a given composer already applied. Over 10,000 pages will benefit from this improvement. It should especially benefit those of you who need accurate texts for concert programs and CD booklets. </p> <p style="padding-bottom:0.5em; text-wrap:balance;">I'm excited to share this new feature with all of you and hope that it enhances your experience on the LiederNet Archive. Take some time to explore and enjoy! <span style="font-style:italic">&mdash; Emily</span> </p> <span class="close-warning" style="border-color:#c0abab; color:#a78989; font-size: 1.25em; padding-bottom: 3px;" title="Dismiss for 10 days" onclick="dismiss()">&times;</span> </div> </div> <script> function dismiss() { createCookie('new_feature_dismissed','Y','10'); hasDismissed(); } function hasDismissed() { var dismissed = readCookie('new_feature_dismissed'); if (dismissed === 'Y') { var fundraiser = document.getElementById('fundraiser'); void fundraiser.offsetWidth; fundraiser.classList.add('hidden'); } } document.addEventListener('DOMContentLoaded', hasDismissed); </script> <!-- /FUNDRAISING BANNER --> <!-- Maintenance window banner --> <!-- Maintenance window banner --> <!-- SITE BANNER --> <header role="banner" class="site-header"> <div class="banner"> <div class="banner-background"></div> <div class="logo-box"> <a class="logo-home" href="/lieder/"> <object aria-label="LiederNet Archive logo" class="logo-large" type="image/svg+xml" data="/../images/LN_logo_colour.svg">LiederNet logo</object> </a> </div> <!-- no log-in button for now <a href="/lieder/my_account.html?sign_in=1"> <div class="login-button"> <p class="login-btn-text">Log in</p> </div> </a> --> </div> </header> <!-- /SITE BANNER --> <!-- MAIN --> <main id="main" class="main"> <!-- INFO BAR --> <div class="info-bar"> <span class="menu-toggle" id="menu-toggle" onclick="toggleMenu()"> <span class="arrow-container"> <svg height="19" width="19"> <polygon id="menu-toggle-arrow" class="menu-arrow" points="4,3 4,19 19,11" /> </svg> </span> <span id="menu-toggle-text" class="menu-toggle-text"></span> </span> <span class="user-info"> </span> </div> <!-- /INFO BAR --> <!-- NAVBAR + CONTENT --> <div class="nav-and-content"> <!-- NAVBAR --> <nav class="left-nav nav-hidden" id="left-nav"><p class="nav-title">CONTENTS</p> <span class="mobile-menu-close" onclick="toggleMenu()">&times;</span> <ul> <li class="nav-item"><a href="/lieder/">Home</a> | <a href="/lieder/intro.html">Introduction</a></li> <li class="nav-item"><a href="/lieder/cindex.html">Composers&nbsp;(19,629)</a></li> <li class="nav-item"><a href="/lieder/pindex.html">Text&nbsp;Authors&nbsp;(18,868)</a></li> <li class="nav-item"> <a href="/lieder/random.html?68845">Go&nbsp;to&nbsp;a&nbsp;Random&nbsp;Text</a></li> <li class="nav-item"><a href="/lieder/new.html">What&rsquo;s New</a></li> <li class="nav-item"><a href="/lieder/tour.html">A&nbsp;Small&nbsp;Tour</a></li> <li class="nav-item"><a href="/lieder/faq.html">FAQ & Links</a></li> <li class="nav-item"><a href="/lieder/donors.html">Donors</a></li> </ul> <ul><li class="nav-item donate-page-btn"><a href="/lieder/donate.html">DONATE</a></li></ul> <p class="nav-title">UTILITIES</p> <ul> <li class="nav-item"><a href="/lieder/search.html">Search&nbsp;Everything</a></li> <li class="nav-item"><a href="/lieder/quick_find.html">Search&nbsp;by&nbsp;Surname</a></li> <li class="nav-item"><a href="/lieder/find_titles_and_first_lines.html">Search&nbsp;by&nbsp;Title&nbsp;or&nbsp;First&nbsp;Line</a></li> <li class="nav-item"><a href="/lieder/find_settings_by_date.html">Search&nbsp;by&nbsp;Year</a></li> <li class="nav-item"><a href="/lieder/find_text_compilations.html">Search&nbsp;by&nbsp;Collection</a></li> <!-- <li class="nav-item"><a href="/lieder/random.html?type=sc">Random&nbsp;Song&nbsp;Cycle</a></li> --> </ul> <p class="nav-title">CREDITS</p> <ul> <li class="nav-item"><a href="/lieder/emily_ezust.html">Emily&nbsp;Ezust</a></li> <!-- New page? --> <li class="nav-item"><a href="/lieder/contrib.html">Contributors&nbsp;(1,105)</a></li> <li class="nav-item"><a href="/lieder/contact.html">Contact Information</a></li> <li class="nav-item"><a href="/lieder/biblio.html">Bibliography</a></li> <li class="nav-item"><hr aria-label="separator"></li> <li class="nav-item"><a href="/lieder/copyright.html">Copyright Statement</a></li> <li class="nav-item"><a href="/lieder/privacy_policy.html">Privacy Policy</a></li> <li class="nav-item"></li> </ul> <p style="text-align: center; margin: 0.5rem;"> <a class="fb-link" href="https://www.facebook.com/TheLiedArtSongAndChoralTextsArchive">Follow us on Facebook</a> </p> </nav> <!-- /NAVBAR --> <!-- PRIMARY CONTENT AND ASSOCIATED ELEMENTS --> <section id="content" class="content"> <a id="placard" style="display: none;" class="placard" href="donate.html" target="_blank"> </a> <div class="warning" id="copyright-warning"> <span class="close-warning" onclick="dismissWarning()">&times;</span> <h3 class="warning-top">Attention! Some of this material <u>is not</u> in the <span>public domain.</span></h3> <p class="warning-top">It is <b>illegal</b> to copy and distribute our copyright-protected material without permission. It is <b>also illegal</b> to reprint copyright texts or translations without the name of the author or translator.</p> <p>To inquire about permissions and rates, contact Emily Ezust at&emsp14;<a class="email" name="bGljZW5zZXNAbGllZGVyLm5ldA">licenses@<ins>email.</ins>lieder.<ins>example.</ins>net</a></p> <p>If you wish to reprint translations, please make sure you include the <b>names of the translators</b> in your email. They are below each translation.</p> <p>Note: You <b>must</b> use the copyright symbol &copy; when you reprint copyright-protected material.</p> </div> <script> function dismissWarning() { document.getElementById('copyright-warning').classList.add('hidden'); } </script> <div id="text-buttons"> <button id="details-btn" onclick="toggleDetails()">Show fewer details</button> <button id="combine-columns" onclick="toggleInterleaved()">Show text and translation together</button> </div> <div id="related-ad-and-text"> <!-- logic for the related ad --> <div id="text-table" class="text-table"> <div id="text-auth" class="auth text-auth"> by <a href="/lieder/get_author_texts.html?AuthorId=542">Matthias Claudius</a> (1740 - 1815)</div> <div id="tr-auth" class="auth tr-auth">Translation 漏 by <a href="/lieder/get_texts.html?ContribId=452">Malcolm Wren</a></div><br> <div id="text-title" class="title text-title">T&auml;glich&nbsp;zu&nbsp;singen</div> <div id="text-lang" class="lang text-lang detail">Language:&ensp;<span class="orig">German&nbsp;(Deutsch)&nbsp;</span></div> <div id="text-trs" class="trs text-trs detail"><span>Our&nbsp;translations:&nbsp; <b class="tr"><a title="Catalan&nbsp;(Catal脿)" class="transbox1" href="/lieder/get_text.html?TextId=123667">CAT</a></b> <b class="singable_tr"><a title="Singable Dutch&nbsp;(Nederlands)" class="transbox1" href="/lieder/get_text.html?TextId=59022">DUT</a></b> <b class="tr"><a title="English" class="transbox1" href="/lieder/get_text.html?TextId=124234">ENG</a></b> <b class="tr"><a title="French&nbsp;(Fran莽ais)" class="transbox1" href="/lieder/get_text.html?TextId=93514">FRE</a></b> <b class="tr"><a title="Italian&nbsp;(Italiano)" class="transbox1" href="/lieder/get_text.html?TextId=59758">ITA</a></b></span></div> <div id="text-prmlinks" class="prm-links text-prmlinks detail"></div> <div id="text-gelinks" class="ge-links text-gelinks detail"></div> <div id="text-admlinks" class="adm-links text-admlinks detail"></div> <div id="the-text" class="text the-text notranslate"><pre>Ich danke Gott und freue mich Wie's Kind zur [Weihnachtgabe]<sup>1</sup>, Da脽 ich [bin, bin! Und]<sup>2</sup> da脽 ich dich, Sch枚n Menschlich Antlitz! habe; Da脽 ich die Sonne, Berg und Meer, Und Laub und Gras kann sehen, Und Abends unterm Sternenheer Und lieben Monde gehen; Und da脽 mir denn zu Muthe ist, Als wenn wir Kinder kamen, Und sahen, was der heil'ge Christ Bescheeret hatte, Amen! Ich danke Gott mit Saitenspiel, Da脽 ich kein K枚nig worden; Ich w盲r geschmeichelt worden viel, Und w盲r vielleicht verdorben. Auch bet' ich ihn von Herzen an, Da脽 ich auf dieser Erde Nicht bin ein grosser reicher Mann, Und auch wohl keiner werde. Denn Ehr' und Reichthum treibt und bl盲ht, Hat mancherley Gefahren, Und vielen hat's das Herz verdreht, Die weiland wacker waren. Und all das Geld und all das Gut Gew盲hrt zwar viele Sachen; Gesundheit, Schlaf und guten Muth Kann's aber doch nicht machen. Und die sind doch, bey Ja und Nein! Ein rechter Lohn und Segen! Drum will ich mich nicht gro脽 kastey'n Des vielen Geldes wegen. Gott gebe mir nur jeden Tag, So viel ich darf zum Leben. Er giebt's dem Sperling auf dem Dach; Wie sollt' ers mir nicht geben!</pre> </div> <div id="text-sung-texts" class="notes text-sung-texts detail"><div class="sung-texts"><p>Available sung texts: (<a href="/lieder/about_sung_texts.html">what is this?</a>)</p><span>&bull;&nbsp;&nbsp;&nbsp;</span><a href="/lieder/get_text.html?TextId=3874&SettingId=146213">G. Bachlund</a>&ensp;<span>&bull;&nbsp;&nbsp;&nbsp;</span><a href="/lieder/get_text.html?TextId=3874&SettingId=4299">F. Schubert</a>&ensp;</div></div> <div id="text-notes" class="notes text-notes detail notranslate"><p>F. Schubert sets stanzas 1, 2, 4, 9<BR> G. Bachlund sets stanzas 1-2, 4, 9<BR> </p><a href="get_text.html?TextId=3874&RF=1">View original text (without footnotes)</a><br> <p>Confirmed with <u>ASMUS omnia sua SECUM portans, oder S盲mmtliche Werke des Wandsbecker Bothen</u>, III. Theil. Beym Verfasser, und in Commi脽ion bey Fr. Perthes & Comp. in Hamburg. [1777], pages 128-130; and with <u>Poetische Blumenlese f眉r das Jahr 1778.</u> Herausgegeben von Joh. Heinr. Vo脽. Hamburg, bey Carl Ernst Bohn, pages 146-147.</p> <sup>1</sup> Bachlund, Schubert: "Weihnachtsgabe"<br/> <sup>2</sup> Bachlund, Schubert: "hier bin und"<br/><br> <p><p class="text-info">Text Authorship:</p><ul><li> by <a href="/lieder/get_author_texts.html?AuthorId=542">Matthias Claudius</a> (1740 - 1815), "T盲glich zu singen", first published 1777&emsp13;<a href="/lieder/status_info.html"><span class="verified">[author's text checked 1 time against a primary source]</span></a></li></ul></p><a id="settings"></a> <p class="text-info">Musical settings <span style="font-weight:normal;">(art songs, Lieder, m&eacute;lodies, (etc.), choral pieces, and other vocal works set to this text), listed by composer (not necessarily exhaustive):</span></p><ul> <li> by <a href="/lieder/get_settings.html?ComposerId=8142">Gary Bachlund</a> (b. 1947), "T盲glich zu singen", 2012, stanzas 1-2,4,9 [ medium voice and piano ]&emsp13;<a href="/lieder/status_info.html"><span class="verified">[sung text checked 1 time]</span></a></li> <li> by <a href="/lieder/get_settings.html?ComposerId=4741">Friedrich Ludwig 脝melius Kunzen</a> (1761 - 1817), "T&auml;glich zu singen", published 1788 [ voice and piano or organ or harpsichord ], from <a href="/lieder/assemble_texts.html?SongCycleId=13514">Weisen und lyrische Ges盲nge</a>, no. 21, Flensburg und Leipzig: Korten'sche Buchhandlung, also set in <a href="/lieder/get_text.html?TextId=129829">Danish&nbsp;(Dansk)</a>&emsp13;<a href="/lieder/status_info.html"><span class="verified">[sung text checked 1 time]</span></a></li> <li> by <a href="/lieder/get_settings.html?ComposerId=5468">Johann Friedrich Reichardt</a> (1752 - 1814), "T&auml;glich zu singen"&emsp13;<a href="/lieder/status_info.html"><span class="unverified">[sung text not yet checked]</span></a></li> <li> by <a href="/lieder/get_settings.html?ComposerId=2520">Franz Peter Schubert</a> (1797 - 1828), "T盲glich zu singen", D 533 (1817), published 1895, stanzas 1,2,4,9 [ voice, piano ]&emsp13;<a href="/lieder/status_info.html"><span class="verified">[sung text checked 1 time]</span></a></li> <li> by <a href="/lieder/get_settings.html?ComposerId=5681">Johann Abraham Peter Schulz</a> (1747 - 1800), "T&auml;glich zu singen", published 1782-90&emsp13;<a href="/lieder/status_info.html"><span class="unverified">[sung text not yet checked]</span></a></li> </ul> <p>Settings in other languages, adaptations, or excerpts:<br/></p> <ul> <li>Also set in Danish&nbsp;(Dansk), a translation by <a href="/lieder/get_author_texts.html?AuthorId=33037">Hans Wilhelm Riber</a> (1760 - 1796) , "En daglig Sang" ; composed by Friedrich Ludwig 脝melius Kunzen. <ul><ul><li> <a href="/lieder/get_text.html?TextId=129829">Go to the text.</a><br/></li></ul></ul></li></ul> <p>Other available translations, adaptations or excerpts, and transliterations (if applicable): <ul><li><B class="tr">CAT</B> <a href="/lieder/get_text.html?TextId=123667">Catalan&nbsp;(Catal脿)</a> (Salvador Pila) , "Per cantar cada dia", <B>copyright &copy;</B> 2018, (re)printed on this website with kind permission </li><li><B class="tr">DUT</B> <a href="/lieder/get_text.html?TextId=59022">Dutch&nbsp;(Nederlands)</a> [singable] (Lau Kanen) , "Dagelijks te zingen", <B>copyright &copy;</B> 2010, (re)printed on this website with kind permission </li><li><B class="tr">ENG</B> <a href="/lieder/get_text.html?TextId=124234">English</a> (Malcolm Wren) , "To be sung every day", <B>copyright &copy;</B> 2018, (re)printed on this website with kind permission </li><li><B class="tr">FRE</B> <a href="/lieder/get_text.html?TextId=93514">French&nbsp;(Fran莽ais)</a> (Guy Laffaille) , "脌 chanter chaque jour", <B>copyright &copy;</B> 2012, (re)printed on this website with kind permission </li><li><B class="tr">ITA</B> <a href="/lieder/get_text.html?TextId=59758">Italian&nbsp;(Italiano)</a> (Ferdinando Albeggiani) , "Da cantare ogni giorno", <B>copyright &copy;</B> 2010, (re)printed on this website with kind permission </li></ul></p> <br>Research team for this page: Emily Ezust <b>[Administrator]</b> , Richard Morris , Peter Rastl <b>[Guest Editor]</b> <p>This text was added to the website between May 1995 and September 2003.<br>Line count: <b>36</b><br> Word count: <b>197</b></p> </div> <div id="tr-title" class="title tr-title">To&nbsp;be&nbsp;sung&nbsp;every&nbsp;day</div> <div id="tr-lang" class="lang tr-lang detail">Language:&ensp;<span class="orig">English&nbsp;</span>&emsp13;after&nbsp;the&emsp13;<span class="orig">German&nbsp;(Deutsch)&nbsp;</span></div> <div id="tr-trs" class="trs tr-trs detail"></div> <div id="tr-prmlinks" class="prm-links tr-prmlinks detail"></div> <div id="tr-gelinks" class="ge-links tr-gelinks detail"></div> <div id="tr-admlinks" class="adm-links tr-admlinks detail"></div> <div id="the-tr" class="text the-tr notranslate"><pre>I thank God and I am as thrilled As a child receiving his Christmas presents, That I am, that I exist and that I have you, That I have a human face! That I can see the sun, mountains and sea, That I can see leaves and grass, And in the evenings under the host of stars I can watch the dear moon moving; And that I am just as cheerful As when we children came And saw what we had been Given for Christmas, Amen! With my stringed instrument I thank God That I have not become a King; I would have been tremendously flattered And perhaps I would have been corrupted. I also thank God with all my heart That on this Earth I Am not a powerful, rich man, And I pray that I will not become one. For fame and riches drive you on and puff you up, They have lots of risks, And they have twisted many hearts Which were formerly honest. And all that money and all those goods Provide plenty of things; But health, sleep and a positive attitude Are things they cannot grant. Whatever people say, these things are A real reward and blessing! I shall therefore not beat myself up All because of a load of money. May God give me each day As much as I need to live on. That is what he gives to the sparrow on the roof; Why should he not give the same to me?</pre> </div> <div id="tr-sung-texts" class="notes tr-sung-texts detail"></div> <div id="tr-notes" class="notes tr-notes detail notranslate"><p></p><p><p class="text-info">Text Authorship:</p><ul><li> Translation from German&nbsp;(Deutsch) to English <B>copyright &copy;</B> 2018 by <a href="./get_texts.html?ContribId=452">Malcolm Wren</a>, (re)printed on this website with kind permission. <span style="color:red">To reprint and distribute this author's work for concert programs, CD booklets, etc., you may ask the copyright-holder(s) directly or ask us; we are authorized to grant permission on their behalf. Please provide the translator's name when contacting us.</span><br> Contact:&emsp14;<a class="email" name="bGljZW5zZXNAbGllZGVyLm5ldA">licenses@<ins>email.</ins>lieder.<ins>example.</ins>net</a><br> <br> </ul><p class="text-info">Based on:</p><ul><li> a text in German&nbsp;(Deutsch) by <a href="/lieder/get_author_texts.html?AuthorId=542">Matthias Claudius</a> (1740 - 1815), "T盲glich zu singen", first published 1777<ul><li> <a href="/lieder/get_text.html?TextId=3874">Go to the text page.</a></li></ul></li></ul></p><a id="settings"></a> &nbsp;<br><p>This text was added to the website: 2018-04-10 <br>Line count: <b>36</b><br> Word count: <b>250</b></p> </div> </div> </div> <script src="/lieder/js/placard.js?v=2"></script> <script> function toggleInterleaved() { if (document.getElementById('text-table').classList.contains('combined-columns')) { separate(); } else { combine(); } } function combine() { showFewer(); document.getElementById('text-table').classList.add('combined-columns'); document.getElementById('text-title').classList.add('interleaved'); document.getElementById('the-text').classList.add('interleaved'); document.getElementById('tr-title').classList.add('interleaved', 'interleaved-tr-title'); document.getElementById('the-tr').classList.add('interleaved', 'interleaved-tr'); document.getElementById('text-auth').classList.add('interleaved'); document.getElementById('tr-auth').classList.add('interleaved', 'interleaved-tr-auth'); document.getElementById('combine-columns').textContent = 'Show text and translation separately'; } function separate() { showMore(); document.getElementById('text-table').classList.remove('combined-columns'); document.getElementById('text-title').classList.remove('interleaved'); document.getElementById('the-text').classList.remove('interleaved'); document.getElementById('tr-title').classList.remove('interleaved','interleaved-tr-title'); document.getElementById('the-tr').classList.remove('interleaved', 'interleaved-tr'); document.getElementById('text-auth').classList.remove('interleaved'); document.getElementById('tr-auth').classList.remove('interleaved', 'interleaved-tr-auth'); document.getElementById('combine-columns').textContent = 'Show text and translation together'; } function toggleDetails() { if (document.getElementById('details-btn').textContent === 'Show fewer details') { showFewer(); } else { if (document.getElementById('text-table').classList.contains('combined-columns')) { separate(); } else { showMore(); } } } function showMore() { var elements = document.getElementsByClassName('detail') for (var i = 0; i < elements.length; i++) { elements[i].style.display = ''; } document.getElementById('text-auth').classList.remove('show'); document.getElementById('tr-auth').classList.remove('show'); document.getElementById('details-btn').textContent = 'Show fewer details'; } function showFewer() { var elements = document.getElementsByClassName('detail') for (var i = 0; i < elements.length; i++) { elements[i].style.display = 'none'; } document.getElementById('text-auth').classList.add('show'); document.getElementById('tr-auth').classList.add('show'); document.getElementById('details-btn').textContent = 'Show more details'; } </script> </section> <!-- / PRIMARY CONTENT AND ASSOCIATED ELEMENTS --> </div> <!-- /NAV + CONTENT --> </main> <!-- /MAIN --> <!-- ANYTHING THAT FOLLOWS THE CONTENT --> <aside id="after-the-content"> <div id="donations-card" class="donations-card"> <div class="donations-title">Gentle Reminder</div> <p> This website began in 1995 as a personal project by Emily Ezust, who has been working on it full-time without a salary since 2008. Our research has never had any government or institutional funding, so if you found the information here useful, please consider making a donation. Your help is greatly appreciated!<br> &ndash;Emily Ezust, Founder</p> <div style="margin-left:auto;margin-right:auto"> <a class="donate-page-btn" href="/lieder/donate.html">Donate</a> </div> </div> <script> function showSometimes() { var rnd = Math.random(); if (rnd < .2) { document.getElementById('donations-card').style.display='block'; } } document.addEventListener('DOMContentLoaded', showSometimes); </script> <br> </aside> <!-- /ANYTHING THAT FOLLOWS THE CONTENT --> <div id="cookie-notice" class="cookie-notice"> <p class="cookie-msg">We use cookies for internal analytics and to earn much-needed advertising revenue. (Did you know you can help support us by turning off ad-blockers?) To learn more, see our <a href="/lieder/privacy_policy.html">Privacy Policy</a>. To learn how to opt out of cookies, please visit <a href="https://www.cookiesandyou.com/" target="_blank">this site</a>.</p> <p class="cookie-btn" onclick="accept()">I acknowledge the use of cookies</p> </div> <!-- FOOTER --> <footer class="footer"> <p><a href="/lieder/contact.html">Contact</a><br> <a href="/lieder/copyright.html">Copyright</a><br> <a href="/lieder/privacy_policy.html">Privacy</a><br></p> <p>Copyright &copy; 2024 The LiederNet Archive</p> <a id="design" href="https://www.thuris.com" target="_blank">Site redesign by Shawn Thuris</a> </footer> <!-- /FOOTER --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10