%some settings% vim: ai sw=2 lbr nu et
\version "2.18"
global = {
\key a \major
%\override Staff.TimeSignature #'style = #'()
\time 3/4
\partial 4
\autoBeamOff
}
punktBoegen = {
\set melismaBusyProperties = #'()
\slurDashed
\tieDashed
}
strichBoegen = {
\set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
\slurSolid
\tieSolid
}
% Die Stimmen
melodieSopran = \relative e' {
e4 |
e2 a4 |
h4( cis) a |
fis2 gis4 |
ifdef(`Pausen-statt-Fermaten',`a4. r8',`a2') cis4 |
cis( e) d |
cis( h) a |
h2. |
ifdef(`Pausen-statt-Fermaten',`h4. r8',`h2') e,4 |
e2 a4 |
h( cis) a |
fis2 gis4 |
ifdef(`Pausen-statt-Fermaten',`a4. r8',`a2') cis4 |
h( e) gis, |
a( gis) e |
fis2. |
ifdef(`Pausen-statt-Fermaten',`e4. r8',`e2') e4 |
2 4 |
h2 h4 |
2 4 |
( ifdef(`Pausen-statt-Fermaten',`8) r',`)') 4 |
2 4 |
e( d) cis |
h2. |
ifdef(`Pausen-statt-Fermaten',`h4. r8',`h2') cis4 |
d2 cis4 |
\punktBoegen h( a) \strichBoegen fis |
gis2( a4) |
a2^\fermata \bar "|."
}
melodieAlt = \relative e' {
e4 |
cis2 cis4 |
d2 d4 |
d2 d4 |
ifdef(`Pausen-statt-Fermaten',`cis4. r8',`cis2') e4 |
e2 fis4 |
e2 e4 |
e( cis dis) |
ifdef(`Pausen-statt-Fermaten',`e4. r8',`e2') d4 |
2 cis4 |
d2 d4 |
d( fis) eis |
ifdef(`Pausen-statt-Fermaten',`fis4. r8',`fis2') dis4 |
e2 e4 |
e2 e4 |
e2( dis4) |
ifdef(`Pausen-statt-Fermaten',`e4. r8',`e2') e4 |
fis2 fis4 |
gis( fis) gis |
fis2 gis4 |
ifdef(`Pausen-statt-Fermaten',`a4. r8',`a2') a4 |
2 4 |
2 a4 |
a2. |
ifdef(`Pausen-statt-Fermaten',`4. r8',`2') 4 |
\punktBoegen ~ \strichBoegen |
fis2 d4 |
d2. |
cis2^\fermata \bar "|."
}
melodieTenor = \relative e {
e4 |
e2 e4 |
fis2 fis4 |
a( cis) h |
ifdef(`Pausen-statt-Fermaten',`a4. r8',`a2') a4 |
a2 a4 |
a( d) cis |
a2. |
a4( ifdef(`Pausen-statt-Fermaten',`gis8) r',`gis)') fis4 |
e2 e4 |
fis2 fis4 |
a( cis) h |
ifdef(`Pausen-statt-Fermaten',`cis4. r8',`cis2') a4 |
h2 h4 |
a( h) gis |
cis( h2) |
ifdef(`Pausen-statt-Fermaten',`gis4. r8',`gis') ifdef(`mit-Tonhinweisen',e'4_\markup{"="},e'4) |
a,2 a4 |
h( a) h |
cis2 d4 |
ifdef(`Pausen-statt-Fermaten',`e4. r8',`e2') e4 |
ifdef(`mit-Tonhinweisen',d2_\markup{"="},d2) cis4 |
h2 a4 |
fis'2. |
ifdef(`Pausen-statt-Fermaten',`h,4. r8',`h,2') ais4 |
ifdef(`mit-Tonhinweisen',h2_\markup{"="},h2) a4 |
\punktBoegen d~ifdef(`mit-Tonhinweisen',_\markup{"="}) ifdef(`mit-Tonhinweisen',d_\markup{"="},d) \strichBoegen cis |
h2. |
ifdef(`mit-Tonhinweisen',a2_\markup{"="},a2)^\fermata \bar "|."
}
melodieBass = \relative e {
e4 |
a,2 a4 |
2 4 |
2 4 |
ifdef(`Pausen-statt-Fermaten',`4. r8',`2') a'4 |
cis,2 d4 |
a'2 a4 |
fis2( h,4) |
ifdef(`Pausen-statt-Fermaten',`e4. r8',`e2') e4 |
a,2 a4 |
a2 a4 |
a2 a4 |
ifdef(`Pausen-statt-Fermaten',`4. r8',`2') 4 |
2 cis4 |
cis( h) cis |
a( h2) |
ifdef(`Pausen-statt-Fermaten',`e4. r8',`e') ifdef(`mit-Tonhinweisen',e4_\markup{"="},e4) |
e2 e4 |
e2 e4 |
e2 e4 |
ifdef(`Pausen-statt-Fermaten',`a4. r8',`a2') a4 |
2ifdef(`mit-Tonhinweisen',_\markup{"="}) a4 |
e2 fis4 |
dis( cis dis) |
ifdef(`Pausen-statt-Fermaten',`e4. r8',`e2') cis4 |
2ifdef(`mit-Tonhinweisen',_\markup{"="}) cis4 |
\punktBoegen d~ifdef(`mit-Tonhinweisen',_\markup{"="}) ifdef(`mit-Tonhinweisen',d_\markup{"="},d) \strichBoegen d |
<<
{ \voiceOne
e2. |
}
\new Voice { \voiceTwo
e2( e,4) |
}
>> \oneVoice
2ifdef(`mit-Tonhinweisen',_\markup{"="})^\fermata \bar "|."
}