From 49d14358c33b7d0ba7e7c381f91943617c7723ea Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 10 Sep 2014 17:47:07 +0200 Subject: Hauke eingefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hr/stch/fertig/blessing/blessing.ly | 63 +++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 hr/stch/fertig/blessing/blessing.ly (limited to 'hr/stch/fertig/blessing/blessing.ly') diff --git a/hr/stch/fertig/blessing/blessing.ly b/hr/stch/fertig/blessing/blessing.ly new file mode 100644 index 0000000..58fa1aa --- /dev/null +++ b/hr/stch/fertig/blessing/blessing.ly @@ -0,0 +1,63 @@ +% vim: nu + +\version "2.12.1" +\include "stimmen.ly" +\include "texte.ly" + + \header { + title = "An Irish Blessing" + subtitle = "(Traditional)" + composer = "James E. Moore" + } +#(set-global-staff-size 17) + + \paper { + ragged-last-bottom = ##f + system-count = 4 + line-width = 180\mm + between-system-space = 1\mm + after-title-space = 0\mm + foot-separation = 5\mm + top-separation = 0\mm + top-margin = 0\mm + bottom-margin = 10\mm + } + + \midi { + } + + \layout { + indent = #0 + \context { + % a little smaller so lyrics can be closer to the staff + \Staff + \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 2) + } + } + + \score { + \unfoldRepeats + %\simultaneous + \new ChoirStaff << + \new Staff = Frauen << + \new Voice = "meta" + { s1*8 \repeat volta 2 { s1*2 s1*2 } \alternative {{s1} {s1} {}} \bar "|." } + \new Voice = "soprane" { \voiceOne \global \sopranMelodie } + %\lyricsto soprane \sopranText + %>> + %\new Staff = Alt << + \new Voice = "alti" { \voiceTwo \global \altMelodie } + \lyricsto alti \altText + >> + \new Staff = Tenor << + \new Voice = "tenoere" { \global \tenorMelodie } + \lyricsto tenoere \tenorText + >> + \new Staff = Bass << + \new Voice = "baesse" { \global \bassMelodie } + \lyricsto baesse \bassText + >> + >> + \midi { + } + } -- cgit v1.2.3-70-g09d2