summaryrefslogtreecommitdiff
path: root/Es_ist_kein_Raum_fuer_dich/Es_ist_kein_Raum_fuer_dich.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-09 09:58:10 +0100
committerErich Eckner <git@eckner.net>2017-11-09 09:58:10 +0100
commit2dedf84fa890ce01f70d3a27521f4bee5dc4711a (patch)
tree33c8ac238d05a345ee687720483d195082fe3f1d /Es_ist_kein_Raum_fuer_dich/Es_ist_kein_Raum_fuer_dich.ly
parent741f64e27756fede08fe1ba0d6351567d33036fe (diff)
downloadMusik-2dedf84fa890ce01f70d3a27521f4bee5dc4711a.tar.xz
Es_ist_kein_Raum_fuer_dich neu
Diffstat (limited to 'Es_ist_kein_Raum_fuer_dich/Es_ist_kein_Raum_fuer_dich.ly')
-rw-r--r--Es_ist_kein_Raum_fuer_dich/Es_ist_kein_Raum_fuer_dich.ly59
1 files changed, 59 insertions, 0 deletions
diff --git a/Es_ist_kein_Raum_fuer_dich/Es_ist_kein_Raum_fuer_dich.ly b/Es_ist_kein_Raum_fuer_dich/Es_ist_kein_Raum_fuer_dich.ly
new file mode 100644
index 0000000..226f1d8
--- /dev/null
+++ b/Es_ist_kein_Raum_fuer_dich/Es_ist_kein_Raum_fuer_dich.ly
@@ -0,0 +1,59 @@
+\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 = "Es ist kein Raum für dich"
+ poet = "Text: Johannes Jourdan"
+ meter = "Instrumentalbegleitung: Dirk Schmalenbach"
+ composer = "Melodie: Hella Heizmann"
+ arranger = "Chorsatz: Klaus Heizmann"
+ tagline = ""
+ }
+
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new ChordNames {
+ \global \germanChords \akkorde
+ }
+ \new Staff <<
+ \new Voice = frauen { \global \oneVoice \pausenFrauen }
+ \new Voice = sopran { \global \voiceOne \melodieSopran }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics = textI { }
+ \new Lyrics = textII { }
+ \new Staff <<
+ \new Voice = maenner { \global \clef "bass" \oneVoice \pausenMaenner }
+ \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass }
+ >>
+
+ \context Lyrics = textI \lyricsto alt { \textI }
+ \context Lyrics = textII \lyricsto alt { \textII }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+}
+