summaryrefslogtreecommitdiff
path: root/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
committerErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
commitcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch)
tree25be2d35abeec51d18d0204e199f3bdbf66826b1 /Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly')
-rw-r--r--Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly33
1 files changed, 33 insertions, 0 deletions
diff --git a/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly b/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly
new file mode 100644
index 0000000..83b5890
--- /dev/null
+++ b/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly
@@ -0,0 +1,33 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key f \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 3/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ rechtsMelodie = \relative a'{
+ <a c>4_\mf <a c>8[( <f a>]) <b d>[( <g b>]) | <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) |
+ <a c>4 \voiceOne a8[( c]) g[( a]) \oneVoice | f2. |
+ <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) | <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) |
+ <a c>4 \voiceOne a8[( c]) g[( a]) \oneVoice | f2. |
+ f4_\f a8 f a c | f,4 a8 f g c, | f4 a8 f a c | f,4 a8 f g c,\breathe |
+ <f c'>4 \voiceOne a8[( c]) \oneVoice <e, g>8[( <c a'>]) | f2. | \bar "|."
+ }
+
+ rechtsUMelodie = \relative f' {
+ s2.*2 | s4 f e | s2.*3 | s4 f e | s2.*5 | s4 f s | s2. | \bar "|."
+ }
+
+ linksMelodie = \relative f {
+ f8 c f2 | f8 c f2 | f4 a, c | f c f | f8 c f2 | f8 c f2 | f4 a, c | f c f | s2.*4 | a,4 c c | \chordmode { f,2. } | \bar "|."
+ }
+
+ linksPausen = \relative f {
+ s2.*8 | R2.*4 | s2.*2 | \bar "|."
+ }