diff options
author | Erich Eckner <git@eckner.net> | 2017-02-02 14:21:09 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-02-02 14:24:07 +0100 |
commit | 197ed538fff5a8ac9e1c59a6e9868a48540e33c6 (patch) | |
tree | 73bf6bdb68ad16e209499a092f7435b2d7995af2 /Missa_brevis_in_C/parts/agnus_dei.ly | |
parent | 74159f3d879780a63c717ae4e0f141c795d2c51e (diff) | |
download | Musik-197ed538fff5a8ac9e1c59a6e9868a48540e33c6.tar.xz |
Missa_brevis_in_C: Verzeichnisstruktur geaendert
Diffstat (limited to 'Missa_brevis_in_C/parts/agnus_dei.ly')
-rw-r--r-- | Missa_brevis_in_C/parts/agnus_dei.ly | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/Missa_brevis_in_C/parts/agnus_dei.ly b/Missa_brevis_in_C/parts/agnus_dei.ly deleted file mode 100644 index 7d8311a..0000000 --- a/Missa_brevis_in_C/parts/agnus_dei.ly +++ /dev/null @@ -1,48 +0,0 @@ -\include "deutsch.ly" -#(ly:set-option 'relative-includes #t) -\include "agnus_dei_artikulation.ly" -\include "agnus_dei_stimmen.ly" -\include "agnus_dei_texte.ly" -#(ly:set-option 'relative-includes #f) - -\header { - tagline = "" -} -\paper { - top-margin = 5 - print-all-headers = ##t -} - -\pointAndClickOff - -\score { - \header { - title = "AgnusDei" - } - \new ChoirStaff << - \set Score.skipBars = ##t - \new Staff << - \new Voice = sopran { \globalAgnusDei << \melodieSopranAgnusDei \artikulationAgnusDei >> } - >> - \new Lyrics \lyricsto sopran { \textSopranAgnusDei } - \new Staff << - \new Voice = alt { \globalAgnusDei << \melodieAltAgnusDei \artikulationAgnusDei >> } - >> - \new Lyrics \lyricsto alt { \textAltAgnusDei } - \new Staff << - \new Voice = tenor { \clef "G_8" \globalAgnusDei << \melodieTenorAgnusDei \artikulationAgnusDei >> } - >> - \new Lyrics \lyricsto tenor { \textTenorAgnusDei } - \new Staff << - \new Voice = bass { \clef "bass" \globalAgnusDei << \melodieBassAgnusDei \artikulationAgnusDei >> } - >> - \new Lyrics \lyricsto bass { \textBassAgnusDei } - >> - \layout { -% indent = #0 - \context { - \Staff - \RemoveEmptyStaves - } - } -} |