diff options
author | Erich Eckner <git@eckner.net> | 2021-02-05 20:09:33 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-02-05 20:09:33 +0100 |
commit | bca89e14bc3c275f0a03e156d4fc6dcdb5e0b8de (patch) | |
tree | 8ab29190680ed51304c24689b30d2bb71a2c6caf /Die_Himmel_ruehmen/satz.ly | |
parent | 62ca2011876c8a4e9949be1453607eb5b2cadbff (diff) | |
download | Musik-bca89e14bc3c275f0a03e156d4fc6dcdb5e0b8de.tar.xz |
Die_Himmel_ruehmen: satz.ly neu
Diffstat (limited to 'Die_Himmel_ruehmen/satz.ly')
-rw-r--r-- | Die_Himmel_ruehmen/satz.ly | 29 |
1 files changed, 29 insertions, 0 deletions
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 + } +} |