summaryrefslogtreecommitdiff
path: root/Gott_ist_treu/Gott_ist_treu.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Gott_ist_treu/Gott_ist_treu.ly')
-rw-r--r--Gott_ist_treu/Gott_ist_treu.ly79
1 files changed, 79 insertions, 0 deletions
diff --git a/Gott_ist_treu/Gott_ist_treu.ly b/Gott_ist_treu/Gott_ist_treu.ly
new file mode 100644
index 0000000..678bf2c
--- /dev/null
+++ b/Gott_ist_treu/Gott_ist_treu.ly
@@ -0,0 +1,79 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Gott ist treu"
+ composer = "Text und Musik: Bernd Arhelger"
+ tagline = ""
+ }
+
+ \new Staff <<
+ \set Score.skipBars = ##t
+ \new ChoirStaff <<
+ \new Lyrics = textSopran { }
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics = textI { }
+ \new Lyrics = textII { }
+ \new Lyrics = textIII { }
+ \new Lyrics = textTenor { }
+ \new Staff <<
+ \clef "bass"
+ \new Voice = maenner { \global \oneVoice \pausen }
+ \new Voice = tenor { \global \voiceOne \melodieTenor }
+ \new Voice = bass { \global \voiceTwo \melodieBass }
+ >>
+ \new Lyrics = textBass { }
+ >>
+ \new PianoStaff <<
+ \new Staff <<
+ \new Voice = rechts { \global \autoBeamOn \melodieKlavierRechts }
+ >>
+ \new Staff <<
+ \clef "bass"
+ \new Voice = links { \global \autoBeamOn \melodieKlavierLinks }
+ >>
+ >>
+
+ \context Lyrics = textSopran \lyricsto sopran { \textExtra }
+ \context Lyrics = textI \lyricsto alt { \textI }
+ \context Lyrics = textII \lyricsto alt { \textII }
+ \context Lyrics = textIII \lyricsto alt { \textIII }
+ \context Lyrics = textTenor \lyricsto tenor { \textExtra }
+ \context Lyrics = textBass \lyricsto bass { \textExtra }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+ \midi {
+ \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 60 4)
+ }
+ }
+}
+