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 | |
parent | 62ca2011876c8a4e9949be1453607eb5b2cadbff (diff) | |
download | Musik-bca89e14bc3c275f0a03e156d4fc6dcdb5e0b8de.tar.xz |
Die_Himmel_ruehmen: satz.ly neu
Diffstat (limited to 'Die_Himmel_ruehmen')
-rw-r--r-- | Die_Himmel_ruehmen/Die_Himmel_ruehmen.ly | 30 | ||||
-rw-r--r-- | Die_Himmel_ruehmen/satz.ly | 29 |
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 + } +} |