summaryrefslogtreecommitdiff
path: root/Kyrie_
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-02-05 20:11:43 +0100
committerErich Eckner <git@eckner.net>2021-02-05 20:11:43 +0100
commit28cb21e8c6d6a5b0db9dc1191276fdc38ba00311 (patch)
tree2d3a03eb4e2cb8f80e39762870cfef48a3a4596c /Kyrie_
parent0198d0dc1d91abad0f42274a97d241a8b9d3ba02 (diff)
downloadMusik-28cb21e8c6d6a5b0db9dc1191276fdc38ba00311.tar.xz
Kyrie_: satz.ly neu
Diffstat (limited to 'Kyrie_')
-rw-r--r--Kyrie_/Kyrie_.ly34
-rw-r--r--Kyrie_/satz.ly33
2 files changed, 34 insertions, 33 deletions
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
+ }
+}