summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly30
-rw-r--r--Die_Himmel_ruehmen/satz.ly29
2 files changed, 30 insertions, 29 deletions
diff --git a/Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly b/Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly
index 8f74267..c781f10 100644
--- a/Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly
+++ b/Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly
@@ -12,32 +12,4 @@ include(texte.pre)
}
\pointAndClickOff
-\score {
- \header {
- title = "Die Himmel rühmen"
- composer = "Ludwig van Beethoven (1770-1827)"
- poet = "Text: Chr. Fürchtegott Gellert"
- }
- \new ChoirStaff <<
- \new Lyrics = "sopranText"
- \new Staff <<
- \new Voice = "Frauen" { \global \oneVoice \pausen }
- \new Voice = "Sopran" \transpose c transponiert { \global \voiceOne \sopranMelodie }
- \new Voice = "Alt" \transpose c transponiert { \global \voiceTwo \altMelodie }
- >>
- \new Lyrics = "altText"
- \new Staff <<
- \clef "bass"
- \new Voice = "Maenner" { \global \oneVoice \pausen }
- \new Voice = "Tenor" \transpose c transponiert { \global \voiceOne \tenorMelodie }
- \new Voice = "Bass" \transpose c transponiert { \global \voiceTwo \bassMelodie }
- >>
- \new Lyrics = "bassText"
- \context Lyrics = "sopranText" \lyricsto "Sopran" \sopranText
- \context Lyrics = "altText" \lyricsto "Alt" \altText
- \context Lyrics = "bassText" \lyricsto "Bass" \bassText
- >>
- \layout {
- indent = #0
- }
-}
+include(satz.pre)
diff --git a/Die_Himmel_ruehmen/satz.ly b/Die_Himmel_ruehmen/satz.ly
new file mode 100644
index 0000000..0082db7
--- /dev/null
+++ b/Die_Himmel_ruehmen/satz.ly
@@ -0,0 +1,29 @@
+\score {
+ \header {
+ title = "Die Himmel rühmen"
+ composer = "Ludwig van Beethoven (1770-1827)"
+ poet = "Text: Chr. Fürchtegott Gellert"
+ }
+ \new ChoirStaff <<
+ \new Lyrics = "sopranText"
+ \new Staff <<
+ \new Voice = "Frauen" { \global \oneVoice \pausen }
+ \new Voice = "Sopran" \transpose c transponiert { \global \voiceOne \sopranMelodie }
+ \new Voice = "Alt" \transpose c transponiert { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "altText"
+ \new Staff <<
+ \clef "bass"
+ \new Voice = "Maenner" { \global \oneVoice \pausen }
+ \new Voice = "Tenor" \transpose c transponiert { \global \voiceOne \tenorMelodie }
+ \new Voice = "Bass" \transpose c transponiert { \global \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics = "bassText"
+ \context Lyrics = "sopranText" \lyricsto "Sopran" \sopranText
+ \context Lyrics = "altText" \lyricsto "Alt" \altText
+ \context Lyrics = "bassText" \lyricsto "Bass" \bassText
+ >>
+ \layout {
+ indent = #0
+ }
+}