diff options
author | Erich Eckner <git@eckner.net> | 2019-02-12 15:09:54 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-12 15:09:54 +0100 |
commit | 20d22de7bf4f53bc24bb36e922e7f2a6b93e298c (patch) | |
tree | 32e967837e0fce8d4b8e7f938dcd8568a7d12b32 /Pop_Messe/gloria/gloria.ly | |
parent | 93ea34b58b5de8024a6f64908829cadd18eb35f7 (diff) | |
download | Musik-20d22de7bf4f53bc24bb36e922e7f2a6b93e298c.tar.xz |
Pop_Messe aufgeräumt
Diffstat (limited to 'Pop_Messe/gloria/gloria.ly')
-rw-r--r-- | Pop_Messe/gloria/gloria.ly | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Pop_Messe/gloria/gloria.ly b/Pop_Messe/gloria/gloria.ly deleted file mode 100644 index 2f79c83..0000000 --- a/Pop_Messe/gloria/gloria.ly +++ /dev/null @@ -1,32 +0,0 @@ -\score { - \header { - piece = "Gloria" - composer = ##f - } - \new ChoirStaff << - \set Score.skipBars = ##t - \new Staff << - \new Voice = sopran { \globalGloria << \melodieSopranGloria \artikulationGloria >> } - >> - \new Lyrics \lyricsto sopran { \textGloria } - \new Staff << - \new Voice = alt { \globalGloria << \melodieAltGloria \artikulationGloria >> } - >> - \new Lyrics \lyricsto alt { \textGloria } - \new Staff << - \new Voice = tenor { \clef "G_8" \globalGloria << \melodieTenorGloria \artikulationGloria >> } - >> - \new Lyrics \lyricsto tenor { \textGloria } - \new Staff << - \new Voice = bass { \clef "bass" \globalGloria << \melodieBassGloria \artikulationGloria >> } - >> - \new Lyrics \lyricsto bass { \textGloria } - >> - \layout { -% indent = #0 - \context { - \Staff - \RemoveEmptyStaves - } - } -} |