diff options
author | Erich Eckner <git@eckner.net> | 2018-06-14 23:22:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-14 23:22:42 +0200 |
commit | 31bc0d9f3c1ced74e2e19732b80a4c3cd33275a8 (patch) | |
tree | 3f1599f31736617424016d8d745788b47a4cc7b0 /Kanons | |
parent | d0c56f98a1ae289ebd94074ae62cc832855a5682 (diff) | |
download | Musik-31bc0d9f3c1ced74e2e19732b80a4c3cd33275a8.tar.xz |
Kanons/Du_bist_mein_ich_bin_dein: fremdeinbindungskompatibel
Diffstat (limited to 'Kanons')
-rw-r--r-- | Kanons/Du_bist_mein_ich_bin_dein/Du_bist_mein_ich_bin_dein.ly | 24 | ||||
-rw-r--r-- | Kanons/Du_bist_mein_ich_bin_dein/stimmen.ly | 2 |
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 | |