summaryrefslogtreecommitdiff
path: root/Missa_brevis_in_C/parts/sanctus.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-02-02 14:21:09 +0100
committerErich Eckner <git@eckner.net>2017-02-02 14:24:07 +0100
commit197ed538fff5a8ac9e1c59a6e9868a48540e33c6 (patch)
tree73bf6bdb68ad16e209499a092f7435b2d7995af2 /Missa_brevis_in_C/parts/sanctus.ly
parent74159f3d879780a63c717ae4e0f141c795d2c51e (diff)
downloadMusik-197ed538fff5a8ac9e1c59a6e9868a48540e33c6.tar.xz
Missa_brevis_in_C: Verzeichnisstruktur geaendert
Diffstat (limited to 'Missa_brevis_in_C/parts/sanctus.ly')
-rw-r--r--Missa_brevis_in_C/parts/sanctus.ly48
1 files changed, 0 insertions, 48 deletions
diff --git a/Missa_brevis_in_C/parts/sanctus.ly b/Missa_brevis_in_C/parts/sanctus.ly
deleted file mode 100644
index 256b05e..0000000
--- a/Missa_brevis_in_C/parts/sanctus.ly
+++ /dev/null
@@ -1,48 +0,0 @@
-\include "deutsch.ly"
-#(ly:set-option 'relative-includes #t)
-\include "sanctus_artikulation.ly"
-\include "sanctus_stimmen.ly"
-\include "sanctus_texte.ly"
-#(ly:set-option 'relative-includes #f)
-
-\header {
- tagline = ""
-}
-\paper {
- top-margin = 5
- print-all-headers = ##t
-}
-
-\pointAndClickOff
-
-\score {
- \header {
- title = "Sanctus"
- }
- \new ChoirStaff <<
- \set Score.skipBars = ##t
- \new Staff <<
- \new Voice = sopran { \globalSanctus << \melodieSopranSanctus \artikulationSanctus >> }
- >>
- \new Lyrics \lyricsto sopran { \textSopranSanctus }
- \new Staff <<
- \new Voice = alt { \globalSanctus << \melodieAltSanctus \artikulationSanctus >> }
- >>
- \new Lyrics \lyricsto alt { \textAltSanctus }
- \new Staff <<
- \new Voice = tenor { \clef "G_8" \globalSanctus << \melodieTenorSanctus \artikulationSanctus >> }
- >>
- \new Lyrics \lyricsto tenor { \textTenorSanctus }
- \new Staff <<
- \new Voice = bass { \clef "bass" \globalSanctus << \melodieBassSanctus \artikulationSanctus >> }
- >>
- \new Lyrics \lyricsto bass { \textBassSanctus }
- >>
- \layout {
-% indent = #0
- \context {
- \Staff
- \RemoveEmptyStaves
- }
- }
-}