summaryrefslogtreecommitdiff
path: root/Sprichst_du_dein_Vaterunser
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-02-05 19:45:36 +0100
committerErich Eckner <git@eckner.net>2021-02-05 19:45:36 +0100
commitc1b5ec7d88cdde7c9b870cf3af06fac8981dfe0b (patch)
tree664ae5960c36da1632aad50277e2b47b398170ab /Sprichst_du_dein_Vaterunser
parent8baba21221d492352104191822a29774c3cfc674 (diff)
downloadMusik-c1b5ec7d88cdde7c9b870cf3af06fac8981dfe0b.tar.xz
Sprichst_du_dein_Vaterunser: satz.ly neu
Diffstat (limited to 'Sprichst_du_dein_Vaterunser')
-rw-r--r--Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly31
-rw-r--r--Sprichst_du_dein_Vaterunser/satz.ly30
2 files changed, 31 insertions, 30 deletions
diff --git a/Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly b/Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly
index fc750cb..6560350 100644
--- a/Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly
+++ b/Sprichst_du_dein_Vaterunser/Sprichst_du_dein_Vaterunser.ly
@@ -15,33 +15,4 @@ include(texte.pre)
\pointAndClickOff
-\score {
- \header {
- title = "Sprichst du dein Vaterunser"
- poet = "Dänischer Text: Nikolaj F.S. Grundtvig"
- meter = "Deutsche Textfassung: Dänische Kirche, Südschleswig"
- composer = "Musik: Michael Bojesen (*1960)"
- }
- \new ChoirStaff <<
- \set Score.skipBars = ##t
- \new Staff <<
- ifdef(`Pausen-statt-Fermaten',`
- \new Voice = frauen { \global \oneVoice \pausen }
- ')
- \new Voice = sopran { \global \voiceOne << \melodieSopran \artikulation >> }
- \new Voice = alt { \global \voiceTwo \melodieAlt }
- >>
- \new Lyrics \lyricsto sopran { \textDeu }
- \new Lyrics \lyricsto sopran { \textDae }
- \new Staff <<
- ifdef(`Pausen-statt-Fermaten',`
- \new Voice = maenner { \clef "bass" \global \oneVoice \pausen }
- ')
- \new Voice = tenor { \clef "bass" \global \voiceOne << \melodieTenor \artikulation >> }
- \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass }
- >>
- >>
- \layout {
-% indent = #0
- }
-}
+include(satz.pre)
diff --git a/Sprichst_du_dein_Vaterunser/satz.ly b/Sprichst_du_dein_Vaterunser/satz.ly
new file mode 100644
index 0000000..c046c84
--- /dev/null
+++ b/Sprichst_du_dein_Vaterunser/satz.ly
@@ -0,0 +1,30 @@
+\score {
+ \header {
+ title = "Sprichst du dein Vaterunser"
+ poet = "Dänischer Text: Nikolaj F.S. Grundtvig"
+ meter = "Deutsche Textfassung: Dänische Kirche, Südschleswig"
+ composer = "Musik: Michael Bojesen (*1960)"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ ifdef(`Pausen-statt-Fermaten',`
+ \new Voice = frauen { \global \oneVoice \pausen }
+ ')
+ \new Voice = sopran { \global \voiceOne << \melodieSopran \artikulation >> }
+ \new Voice = alt { \global \voiceTwo \melodieAlt }
+ >>
+ \new Lyrics \lyricsto sopran { \textDeu }
+ \new Lyrics \lyricsto sopran { \textDae }
+ \new Staff <<
+ ifdef(`Pausen-statt-Fermaten',`
+ \new Voice = maenner { \clef "bass" \global \oneVoice \pausen }
+ ')
+ \new Voice = tenor { \clef "bass" \global \voiceOne << \melodieTenor \artikulation >> }
+ \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass }
+ >>
+ >>
+ \layout {
+% indent = #0
+ }
+}