From 31bc0d9f3c1ced74e2e19732b80a4c3cd33275a8 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 14 Jun 2018 23:22:42 +0200 Subject: Kanons/Du_bist_mein_ich_bin_dein: fremdeinbindungskompatibel --- .../Du_bist_mein_ich_bin_dein.ly | 24 ++++++++++++++-------- Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) (limited to 'Kanons/Du_bist_mein_ich_bin_dein') 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 | -- cgit v1.2.3-54-g00ecf