summaryrefslogtreecommitdiff
path: root/Kanons/Jahreslosung_2018/Jahreslosung_2018.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-14 07:57:19 +0100
committerErich Eckner <git@eckner.net>2018-01-14 07:57:19 +0100
commit8931dc147c77c15435734d8fdda2be18fdfb51c2 (patch)
tree92af524b76f1bc349be5ba6c1cba15f1a87bff12 /Kanons/Jahreslosung_2018/Jahreslosung_2018.ly
parent0011fb3f40b0c599f66b0baee985452dc6918531 (diff)
downloadMusik-8931dc147c77c15435734d8fdda2be18fdfb51c2.tar.xz
Jahreslosung_2018 neu
Diffstat (limited to 'Kanons/Jahreslosung_2018/Jahreslosung_2018.ly')
-rw-r--r--Kanons/Jahreslosung_2018/Jahreslosung_2018.ly38
1 files changed, 38 insertions, 0 deletions
diff --git a/Kanons/Jahreslosung_2018/Jahreslosung_2018.ly b/Kanons/Jahreslosung_2018/Jahreslosung_2018.ly
new file mode 100644
index 0000000..203c4d8
--- /dev/null
+++ b/Kanons/Jahreslosung_2018/Jahreslosung_2018.ly
@@ -0,0 +1,38 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Kanon zur Jahreslosung 2018"
+ poet = "Text: Jahreslosung 2018"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = melodie { \global \melodie }
+ >>
+ \new Lyrics = text { }
+
+ \context Lyrics = text \lyricsto melodie { \text }
+ >>
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ ragged-last = ##f
+ }
+}
+