summaryrefslogtreecommitdiff
path: root/Kanons/Du_bist_mein_ich_bin_dein
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-14 23:22:42 +0200
committerErich Eckner <git@eckner.net>2018-06-14 23:22:42 +0200
commit31bc0d9f3c1ced74e2e19732b80a4c3cd33275a8 (patch)
tree3f1599f31736617424016d8d745788b47a4cc7b0 /Kanons/Du_bist_mein_ich_bin_dein
parentd0c56f98a1ae289ebd94074ae62cc832855a5682 (diff)
downloadMusik-31bc0d9f3c1ced74e2e19732b80a4c3cd33275a8.tar.xz
Kanons/Du_bist_mein_ich_bin_dein: fremdeinbindungskompatibel
Diffstat (limited to 'Kanons/Du_bist_mein_ich_bin_dein')
-rw-r--r--Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly24
-rw-r--r--Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly2
2 files changed, 16 insertions, 10 deletions
diff --git a/Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly b/Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly
index 7e0c46d..169419d 100644
--- a/Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly
+++ b/Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly
@@ -1,22 +1,28 @@
\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
\include "stimmen.ly"
\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
%spezifisch%
\pointAndClickOff
\header {
- title = "Du bist mein, ich bin dein"
- poet = "Text: 12. Jahrhundert"
- composer = "Kanon zu zwei Stimmen: Gottfried Wolters (1910 - 1989)"
tagline = ""
}
-\new ChoirStaff <<
- \set Score.skipBars = ##t
- \new Staff <<
- \new Voice = melodie { \global \oneVoice \melodie }
+\score {
+ \header {
+ title = "Du bist mein, ich bin dein"
+ poet = "Text: 12. Jahrhundert"
+ composer = "Kanon zu zwei Stimmen: Gottfried Wolters (1910 - 1989)"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = melodie { \global \oneVoice \melodie }
+ >>
+ \new Lyrics \lyricsto melodie { \text }
>>
- \new Lyrics \lyricsto melodie { \text }
->>
+}
diff --git a/Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly b/Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly
index 3d75fe1..f73cfd1 100644
--- a/Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly
+++ b/Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly
@@ -12,7 +12,7 @@ global = {
% Die Stimmen
melodie = \relative es' {
- es^\markup { "1." } f |
+ es4^\markup { "1." } f |
b2^\markup { "2." } |
g4 f |
b,2\breathe |