summaryrefslogtreecommitdiff
path: root/Weil_ich_Jesu_Schaeflein_bin/satz.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-16 09:53:26 +0100
committerErich Eckner <git@eckner.net>2020-01-16 09:53:26 +0100
commitb36613c7b0a58aff9784646ef10617c40f07bd8e (patch)
tree96c8ea062601890bf61aa12a8a59bfbf95073c91 /Weil_ich_Jesu_Schaeflein_bin/satz.ly
parentd649d1bd690b36ce4c640ab22a607400d2036746 (diff)
downloadMusik-b36613c7b0a58aff9784646ef10617c40f07bd8e.tar.xz
Weil_ich_Jesu_Schaeflein_bin neu
Diffstat (limited to 'Weil_ich_Jesu_Schaeflein_bin/satz.ly')
-rw-r--r--Weil_ich_Jesu_Schaeflein_bin/satz.ly22
1 files changed, 22 insertions, 0 deletions
diff --git a/Weil_ich_Jesu_Schaeflein_bin/satz.ly b/Weil_ich_Jesu_Schaeflein_bin/satz.ly
new file mode 100644
index 0000000..5c697f1
--- /dev/null
+++ b/Weil_ich_Jesu_Schaeflein_bin/satz.ly
@@ -0,0 +1,22 @@
+\score {
+ \header {
+ title = "Weil ich Jesu Schäflein bin"
+ composer = "Melodie: Christian Gregor 1784"
+ poet = "Text: Henriette Marie Luise v. Hayn 1778"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new ChordNames {
+ \global \germanChords \akkorde
+ }
+ \new Staff <<
+ \new Voice = melodie { \global \oneVoice \melodie }
+ >>
+ %STR_1% \new Lyrics \lyricsto melodie { \textI }
+ %STR_2% \new Lyrics \lyricsto melodie { \textII }
+ %STR_3% \new Lyrics \lyricsto melodie { \textIII }
+ >>
+ \layout {
+ indent = #0
+ }
+}