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/three/lilydocs/dornwald/stimmen.ly | 109 ++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 hr/three/lilydocs/dornwald/stimmen.ly (limited to 'hr/three/lilydocs/dornwald/stimmen.ly') diff --git a/hr/three/lilydocs/dornwald/stimmen.ly b/hr/three/lilydocs/dornwald/stimmen.ly new file mode 100644 index 0000000..b1a2eee --- /dev/null +++ b/hr/three/lilydocs/dornwald/stimmen.ly @@ -0,0 +1,109 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + \include "dynArt.ly" + + global = { + \key bes \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + %\autoBeamOff + \partial 4 + } + +% Die Stimmen + + frauenPausen = { + s4 + \repeat unfold 3 { s1 } + s2 r4 s4 + \repeat unfold 5 { s1 } + s2. + % 11 + r4 + \repeat unfold 3 { s1 } + s2 r4 s4 + } + sopranMelodie = \relative c' { + << + { \meta } + %\sopranArt + %the actual tune + { + d4^\markup{ \bold "Innig " } <> a8 bes4 d4 bes4 a8( g8) a4 ~ a4 + bes4 bes8 bes8 c2 d2 s4 bes8( c8) + d4. c8 d4 ees8( d8) c4. bes8 c4 d8( c8) + bes4. a8 bes4 \set melismaBusyProperties = #'() c8( bes8) \unset melismaBusyProperties a4. g8 a4 a4 + g4. a8 bes4 d4 bes4( a4) g4\fermata \bar "||" + % 11 + s4 + d'1 ~ d2 d2 + bes4 bes8 bes8 c2 d2 s4 bes8( c8) + d4. c8 d4 ees8 d8 c4. bes8 c4 d8 c8 + bes4 bes8 a8 bes4 c8( bes8) a4 a8 g8 a4 a4 + << + { g4. a8 bes4 d4 bes4( a4) g4\fermata } + \new Voice="third" { \voiceThree \override NoteColumn #'force-hshift = #-1.7 d'1 d2. } + >> \bar "|." + } + >> + } + + altMelodie = \relative c' { + << + { \meta } + %\altArt + %the actual tune + { + d4 + g4. d8 g4 g4 d8( cis8) d8( e8) \set melismaBusyProperties = #'() fis4 ~ fis4 \unset melismaBusyProperties + g4 g8 g8 g2 fis2 s4 g8( a8) + bes8( a8 g8) a8 bes4 bes8( f8) f4. g8 a4 \set melismaBusyProperties = #'() fis8( d8) \unset melismaBusyProperties + d4. d8 g4 g8 ~ g8 fis4. e8 fis8( e8) fis4 + g4. d8 g4 bes4 g4( fis4) g4 + % 11 + s4 + g1 ~ g2 g4( fis4) + g4 g8 g8 g2 fis2 s4 g8( a8) + bes8( a8 g8) a8 bes4 bes8 f8 f4. g8 a4 fis8 d8 + d4 d8 d8 g4 g8 ~ g8 fis4 fis8 e8 fis8( e8) fis4 + g4. d8 g4 bes4 g4( fis4) g4 + } + >> + } + + tenorMelodie = \relative c { + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + d4 g4. fis8 g4 bes8( a8) g4 fis8( g8) d4 ~ d4 + g8( f8) ees8 d8 c8( ees8 g4) 2 r2 + r4 r8 d,8 g8 f8 g8 bes8 a4. g8 f4 d8( fis8) + g4. f8 ees4 ees8( c8) d4. d8 d4 d4 + r2 g4 g8( f8) ees8( c8 d4) 4\fermata + % 11 + d4 g4 g8 a8 bes4 d4 bes4 a8 g8 a4 a4 + g8( f8) ees8 d8 c8( ees8 g4) 2 r2 + r4 r8 d,8 g8 f8 g8 bes8 a4. g8 f4 d8 fis8 + g4 f8 f8 ees4 ees8( c8) d4 d8 d8 d4 d4 + r2 g4 g8( f8) ees8( c8 d4) 4\fermata + } + >> + } + + bassMelodie = \relative c { + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + r1 + % 11 + } + >> + } + -- cgit v1.2.3-54-g00ecf