summaryrefslogtreecommitdiff
path: root/Halte_deine_Traeume_fest/Halte_deine_Traeume_fest.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Halte_deine_Traeume_fest/Halte_deine_Traeume_fest.ly')
-rw-r--r--Halte_deine_Traeume_fest/Halte_deine_Traeume_fest.ly44
1 files changed, 44 insertions, 0 deletions
diff --git a/Halte_deine_Traeume_fest/Halte_deine_Traeume_fest.ly b/Halte_deine_Traeume_fest/Halte_deine_Traeume_fest.ly
new file mode 100644
index 0000000..b9675d4
--- /dev/null
+++ b/Halte_deine_Traeume_fest/Halte_deine_Traeume_fest.ly
@@ -0,0 +1,44 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\version "2.19.80"
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Halte deine Träume fest"
+ composer = "Musik: Jürgen Kandziora 1980"
+ poet = "English: Johannes Blum 1980"
+ meter = "Deutsch: Eugen Eckert 1980"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new ChordNames { \global \germanChords \akkorde }
+ \new Staff <<
+ \new Voice = melodie \transpose c %TRANSPOSE% { \global \oneVoice \melodie }
+ >>
+ %STR_1D% \new Lyrics \lyricsto melodie { \textDI }
+ %STR_1E% \new Lyrics \lyricsto melodie { \textEI }
+ %STR_2D% \new Lyrics \lyricsto melodie { \textDII }
+ %STR_2E% \new Lyrics \lyricsto melodie { \textEII }
+ %STR_3D% \new Lyrics \lyricsto melodie { \textDIII }
+ %STR_3E% \new Lyrics \lyricsto melodie { \textEIII }
+ >>
+ \layout {
+ indent = #0
+ }
+}