diff options
author | Erich Eckner <git@eckner.net> | 2019-08-23 07:38:26 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-08-23 07:38:26 +0200 |
commit | 0012bcea342948e9f2024a6d6a20c6b7cfdda47d (patch) | |
tree | e3175c8df935aa1cb46e8d8f51e546f5c7f7a522 /Auf_meinen_lieben_Gott | |
parent | f6084a7a1fc347f82ccc20f0e7abc4b97a14e2e6 (diff) | |
download | Musik-0012bcea342948e9f2024a6d6a20c6b7cfdda47d.tar.xz |
Auf_meinen_lieben_Gott: Strophen konfigurierbar
Diffstat (limited to 'Auf_meinen_lieben_Gott')
-rw-r--r-- | Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly b/Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly index b1b7f9b..838bbca 100644 --- a/Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly +++ b/Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly @@ -36,11 +36,11 @@ \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> - \new Lyrics \lyricsto sopran { \textI } - \new Lyrics \lyricsto sopran { \textII } - \new Lyrics \lyricsto sopran { \textIII } - \new Lyrics \lyricsto sopran { \textIV } - \new Lyrics \lyricsto sopran { \textV } + %STR_1% \new Lyrics \lyricsto sopran { \textI } + %STR_2% \new Lyrics \lyricsto sopran { \textII } + %STR_3% \new Lyrics \lyricsto sopran { \textIII } + %STR_4% \new Lyrics \lyricsto sopran { \textIV } + %STR_5% \new Lyrics \lyricsto sopran { \textV } \new Staff << \clef "bass" \new Voice = tenor { \global \voiceOne \tenorMelodie } |