diff options
author | Erich Eckner <git@eckner.net> | 2020-01-28 23:03:22 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-28 23:03:22 +0100 |
commit | 840fe6c4b8ecb76ab2e6c40ffdeecd28567e8481 (patch) | |
tree | c1a0419550c8231edb4e5fdc47d2e7bb8dac1f27 /Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly | |
parent | 9c9fff91c4aec121acd03df7faa08abf42f4aa97 (diff) | |
download | Musik-840fe6c4b8ecb76ab2e6c40ffdeecd28567e8481.tar.xz |
fix linebreaks
Diffstat (limited to 'Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly')
-rw-r--r-- | Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly b/Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly index 91855dd..15b8231 100644 --- a/Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly +++ b/Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly @@ -1,42 +1,42 @@ -\include "deutsch.ly"
-
-#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
-#(set-default-paper-size "kindle")
-
-\pointAndClickOff
-
-\header {
- tagline = ""
- title = "Dank sei dir Gott"
-}
-\paper {
- top-margin = 5
-}
-
-\score {
- \new Staff {
- \time 4/2 \key g \major \autoBeamOff \relative g' {
- \repeat volta 2 {
- \partial 2 g2^"1." | g fis g^\fermata
- g^"2." | a a h^\fermata
- g^"3." | c c h^\fermata
- h^"4." | a a g^\fermata
- d' | c a h^\fermata
- h | a a g^\fermata
- d | e fis g^\fermata
- h | a a g }
- }
- }
- \addlyrics {
- All praise to thee, my God, this night,
- for all the bles -- sings of the light,
- keep me oh keep me, king of kings,
- be -- neath thy own al -- migh -- ty wings.
- }
- \addlyrics {
- Dank sei dir, Gott, der uns den Tag
- vor Scha -- den G'fahr und man -- cher Plag
- durch dei -- ne En -- gel hast be -- hüt
- aus Gnad und vä -- ter -- li -- cher Güt.
- }
+\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\pointAndClickOff + +\header { + tagline = "" + title = "Dank sei dir Gott" +} +\paper { + top-margin = 5 +} + +\score { + \new Staff { + \time 4/2 \key g \major \autoBeamOff \relative g' { + \repeat volta 2 { + \partial 2 g2^"1." | g fis g^\fermata + g^"2." | a a h^\fermata + g^"3." | c c h^\fermata + h^"4." | a a g^\fermata + d' | c a h^\fermata + h | a a g^\fermata + d | e fis g^\fermata + h | a a g } + } + } + \addlyrics { + All praise to thee, my God, this night, + for all the bles -- sings of the light, + keep me oh keep me, king of kings, + be -- neath thy own al -- migh -- ty wings. + } + \addlyrics { + Dank sei dir, Gott, der uns den Tag + vor Scha -- den G'fahr und man -- cher Plag + durch dei -- ne En -- gel hast be -- hüt + aus Gnad und vä -- ter -- li -- cher Güt. + } }
\ No newline at end of file |