From 28cb21e8c6d6a5b0db9dc1191276fdc38ba00311 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Feb 2021 20:11:43 +0100 Subject: Kyrie_: satz.ly neu --- Kyrie_/Kyrie_.ly | 34 +--------------------------------- Kyrie_/satz.ly | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 33 deletions(-) create mode 100644 Kyrie_/satz.ly (limited to 'Kyrie_') diff --git a/Kyrie_/Kyrie_.ly b/Kyrie_/Kyrie_.ly index fc0eef8..03ae7b9 100644 --- a/Kyrie_/Kyrie_.ly +++ b/Kyrie_/Kyrie_.ly @@ -12,36 +12,4 @@ include(texte.pre) \pointAndClickOff -\score { - \header { - title = "Kyrie" - subtitle = "nach dem Adagio der „Mondscheinsonate“" - composer = "Ludwig van Beethoven (1770-1827)" - arranger = "Chorversion: Gottlob Benedict Bierey (1772-1840)" - poet = "Orgelarrangement: Andreas Gräsle (*1964)" - } - \new ChoirStaff << - \set Score.skipBars = ##t - \new Lyrics = sopranText { } - \new Staff << - \new Voice = frauen { \global \oneVoice \pausenFrauen } - \new Voice = sopran { \global \voiceOne \melodieSopran } - \new Voice = alt { \global \voiceTwo \melodieAlt } - >> - \new Lyrics = altText { } - \new Lyrics = tenorText { } - \new Staff << - \new Voice = maenner { \clef "bass" \global \oneVoice \pausenMaenner } - \new Voice = tenor { \clef "bass" \global \voiceOne \melodieTenor } - \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass } - >> - \new Lyrics = bassText { } - \context Lyrics = sopranText \lyricsto sopran { \textSopran } - \context Lyrics = altText \lyricsto alt { \textAlt } - \context Lyrics = tenorText \lyricsto tenor { \textTenor } - \context Lyrics = bassText \lyricsto bass { \textBass } - >> - \layout { - indent = #0 - } -} +include(satz.pre) diff --git a/Kyrie_/satz.ly b/Kyrie_/satz.ly new file mode 100644 index 0000000..620ef20 --- /dev/null +++ b/Kyrie_/satz.ly @@ -0,0 +1,33 @@ +\score { + \header { + title = "Kyrie" + subtitle = "nach dem Adagio der „Mondscheinsonate“" + composer = "Ludwig van Beethoven (1770-1827)" + arranger = "Chorversion: Gottlob Benedict Bierey (1772-1840)" + poet = "Orgelarrangement: Andreas Gräsle (*1964)" + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = sopranText { } + \new Staff << + \new Voice = frauen { \global \oneVoice \pausenFrauen } + \new Voice = sopran { \global \voiceOne \melodieSopran } + \new Voice = alt { \global \voiceTwo \melodieAlt } + >> + \new Lyrics = altText { } + \new Lyrics = tenorText { } + \new Staff << + \new Voice = maenner { \clef "bass" \global \oneVoice \pausenMaenner } + \new Voice = tenor { \clef "bass" \global \voiceOne \melodieTenor } + \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass } + >> + \new Lyrics = bassText { } + \context Lyrics = sopranText \lyricsto sopran { \textSopran } + \context Lyrics = altText \lyricsto alt { \textAlt } + \context Lyrics = tenorText \lyricsto tenor { \textTenor } + \context Lyrics = bassText \lyricsto bass { \textBass } + >> + \layout { + indent = #0 + } +} -- cgit v1.2.3-70-g09d2