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/gloria.ly | |
parent | 74159f3d879780a63c717ae4e0f141c795d2c51e (diff) | |
download | Musik-197ed538fff5a8ac9e1c59a6e9868a48540e33c6.tar.xz |
Missa_brevis_in_C: Verzeichnisstruktur geaendert
Diffstat (limited to 'Missa_brevis_in_C/parts/gloria.ly')
-rw-r--r-- | Missa_brevis_in_C/parts/gloria.ly | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/Missa_brevis_in_C/parts/gloria.ly b/Missa_brevis_in_C/parts/gloria.ly deleted file mode 100644 index cfa6d22..0000000 --- a/Missa_brevis_in_C/parts/gloria.ly +++ /dev/null @@ -1,48 +0,0 @@ -\include "deutsch.ly" -#(ly:set-option 'relative-includes #t) -\include "gloria_artikulation.ly" -\include "gloria_stimmen.ly" -\include "gloria_texte.ly" -#(ly:set-option 'relative-includes #f) - -\header { - tagline = "" -} -\paper { - top-margin = 5 - print-all-headers = ##t -} - -\pointAndClickOff - -\score { - \header { - title = "Gloria" - } - \new ChoirStaff << - \set Score.skipBars = ##t - \new Staff << - \new Voice = sopran { \globalGloria << \melodieSopranGloria \artikulationGloria >> } - >> - \new Lyrics \lyricsto sopran { \textSopranGloria } - \new Staff << - \new Voice = alt { \globalGloria << \melodieAltGloria \artikulationGloria >> } - >> - \new Lyrics \lyricsto alt { \textAltGloria } - \new Staff << - \new Voice = tenor { \clef "G_8" \globalGloria << \melodieTenorGloria \artikulationGloria >> } - >> - \new Lyrics \lyricsto tenor { \textTenorGloria } - \new Staff << - \new Voice = bass { \clef "bass" \globalGloria << \melodieBassGloria \artikulationGloria >> } - >> - \new Lyrics \lyricsto bass { \textBassGloria } - >> - \layout { -% indent = #0 - \context { - \Staff - \RemoveEmptyStaves - } - } -} |