summaryrefslogtreecommitdiff
path: root/hr/quartett/sanctificatus/sanctificatus.ly
diff options
context:
space:
mode:
Diffstat (limited to 'hr/quartett/sanctificatus/sanctificatus.ly')
-rw-r--r--hr/quartett/sanctificatus/sanctificatus.ly67
1 files changed, 67 insertions, 0 deletions
diff --git a/hr/quartett/sanctificatus/sanctificatus.ly b/hr/quartett/sanctificatus/sanctificatus.ly
new file mode 100644
index 0000000..2c75e9c
--- /dev/null
+++ b/hr/quartett/sanctificatus/sanctificatus.ly
@@ -0,0 +1,67 @@
+%some settings% vim: ai et
+
+\version "2.12"
+\include "stimmen.ly"
+\include "texte.ly"
+
+ \header {
+ title = "Dies sanctificatus"
+ composer = "Giovanni Pierluigi da Palestrina"
+ %opus = "<+Werk+>"
+ tagline = ""
+ }
+
+ \paper {
+ line-width = \paper-width - 30
+ top-margin = 10
+ bottom-margin = 10
+ ragged-last-bottom = #'false
+ %system-count = 6
+ page-count = 2
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-4 . 4)
+ }
+ }
+
+ #(set-global-staff-size 16)
+
+ \score {
+ \new StaffGroup <<
+ \new Lyrics = "s"
+ \new Staff = frauen <<
+ %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." }
+ \new Voice = "soprane" \with { \remove Forbid_line_break_engraver }
+ { \global \voiceOne \sopranMelodie }
+ \new Voice = "alti" \with { \remove Forbid_line_break_engraver }
+ { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "a"
+ \new Lyrics = "t"
+ \new Staff = maenner <<
+ \new Voice = "mPausen" { \maennerPausen }
+ \new Voice = "tenoere" \with { \remove Forbid_line_break_engraver }
+ { \global \voiceOne \tenorMelodie }
+ \new Voice = "baesse" \with { \remove Forbid_line_break_engraver }
+ { \global \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics = "b"
+ \context Lyrics = "s" \lyricsto soprane \sopranText
+ \context Lyrics = "a" \lyricsto alti \altText
+ \context Lyrics = "t" \lyricsto tenoere \tenorText
+ \context Lyrics = "b" \lyricsto baesse \bassText
+ >>
+ \midi {
+ \context{
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 96 4)
+ }
+ }
+ \layout {
+ }
+ }
+