diff options
author | Erich Eckner <git@eckner.net> | 2021-02-05 18:00:23 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-02-05 18:00:23 +0100 |
commit | 8baba21221d492352104191822a29774c3cfc674 (patch) | |
tree | 26b724f8ad577770916906a9920ed8321ac8e15b /Wer_kann_segeln | |
parent | 5f1036b09dfdb4ab252fefbb97f29f4dd453a649 (diff) | |
download | Musik-8baba21221d492352104191822a29774c3cfc674.tar.xz |
Wer_kann_segeln: satz.ly neu
Diffstat (limited to 'Wer_kann_segeln')
-rw-r--r-- | Wer_kann_segeln/Wer_kann_segeln.ly | 30 | ||||
-rw-r--r-- | Wer_kann_segeln/satz.ly | 29 |
2 files changed, 30 insertions, 29 deletions
diff --git a/Wer_kann_segeln/Wer_kann_segeln.ly b/Wer_kann_segeln/Wer_kann_segeln.ly index 82f9b96..8479881 100644 --- a/Wer_kann_segeln/Wer_kann_segeln.ly +++ b/Wer_kann_segeln/Wer_kann_segeln.ly @@ -21,32 +21,4 @@ include(texte.pre) print-all-headers = ##t } -\score { - \header { - title = "ifdef(`_D',`Wer kann segeln') ifdef(`_DS',` - ') ifdef(`_S',`Vem kan segla')" - poet = "Text und Melodie: Norwegen" - composer = "Satz: Gunnar Erikson" - } - \new ChoirStaff << - \set Score.skipBars = ##t - \new Staff << - \new Voice = sopran { \global \voiceOne \sopranMelodie } - \new Voice = alt { \global \voiceTwo \altMelodie } - >> - ifdef(`STR_1',`\new Lyrics \lyricsto alt { \textFrauenDI }') - ifdef(`STR_1S',`\new Lyrics \lyricsto alt { \textFrauenNI }') - ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textFrauenDII }') - ifdef(`STR_2S',`\new Lyrics \lyricsto alt { \textFrauenNII }') - \new Lyrics = tenorText { } - \new Staff << - \new Voice = maenner { \clef "bass" \global \oneVoice \maennerMelodie } - >> - ifdef(`STR_1',`\new Lyrics \lyricsto maenner { \textMaennerDI }') - ifdef(`STR_1S',`\new Lyrics \lyricsto maenner { \textMaennerNI }') - ifdef(`STR_2',`\new Lyrics \lyricsto maenner { \textMaennerDII }') - ifdef(`STR_2S',`\new Lyrics \lyricsto maenner { \textMaennerNII }') - >> - \layout { - indent = #0 - } -} +include(satz.pre) diff --git a/Wer_kann_segeln/satz.ly b/Wer_kann_segeln/satz.ly new file mode 100644 index 0000000..9239a51 --- /dev/null +++ b/Wer_kann_segeln/satz.ly @@ -0,0 +1,29 @@ +\score { + \header { + title = "ifdef(`_D',`Wer kann segeln') ifdef(`_DS',` - ') ifdef(`_S',`Vem kan segla')" + poet = "Text und Melodie: Norwegen" + composer = "Satz: Gunnar Erikson" + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + ifdef(`STR_1',`\new Lyrics \lyricsto alt { \textFrauenDI }') + ifdef(`STR_1S',`\new Lyrics \lyricsto alt { \textFrauenNI }') + ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textFrauenDII }') + ifdef(`STR_2S',`\new Lyrics \lyricsto alt { \textFrauenNII }') + \new Lyrics = tenorText { } + \new Staff << + \new Voice = maenner { \clef "bass" \global \oneVoice \maennerMelodie } + >> + ifdef(`STR_1',`\new Lyrics \lyricsto maenner { \textMaennerDI }') + ifdef(`STR_1S',`\new Lyrics \lyricsto maenner { \textMaennerNI }') + ifdef(`STR_2',`\new Lyrics \lyricsto maenner { \textMaennerDII }') + ifdef(`STR_2S',`\new Lyrics \lyricsto maenner { \textMaennerNII }') + >> + \layout { + indent = #0 + } +} |