summaryrefslogtreecommitdiff
path: root/Weihnachtslieder/Stille_Nacht/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/Stille_Nacht/stimmen.ly
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Weihnachtslieder/Stille_Nacht/stimmen.ly')
-rw-r--r--Weihnachtslieder/Stille_Nacht/stimmen.ly33
1 files changed, 33 insertions, 0 deletions
diff --git a/Weihnachtslieder/Stille_Nacht/stimmen.ly b/Weihnachtslieder/Stille_Nacht/stimmen.ly
new file mode 100644
index 0000000..c43d7ac
--- /dev/null
+++ b/Weihnachtslieder/Stille_Nacht/stimmen.ly
@@ -0,0 +1,33 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key c \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 6/8
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ rechtsMelodie = \relative g' {
+ <g e>8.[\(_\p <a f>16] <g e>8 <e c>4.\) |
+ <g e>8.\( <a f>16 <g e>8 <e c>4.\) |
+ <f d'>4\( <f d'>8 <f h>4.\) | <e c'>4\( <e c'>8 <e g>4.\) |
+ \repeat unfold 2 { <f a>4\(_\< <f a>8 <a c>8. <g h>16 <f a>8\)\! | <e g>8.\(_\> <f a>16 <e g>8 <c e>4.\)\! | }
+ <f h d>4\(_\p_\< <f h d>8 \voiceOne f'8.\! d16 h8\) \oneVoice |
+ <e, c'>4.(_\> <g e'>)\! | \voiceOne c8.[\( g16] e8\) g8.\( f16 d8\) \oneVoice | c4.~ c4 r8 | \bar "|."
+ }
+
+ rechtsUMelodie = \relative f' {
+ s2.*8 | s4. <f h>4( f8) | s2. | e4(_\pp c8)_\> h4( h8) | s2.\! | \bar "|."
+ }
+
+ linksMelodie = \relative c {
+ c4. c | c c | g g | c c | f, f | c' c | f, f | c' c | g g | c c | g g | c( \chordmode { c,4) } s8 | \bar "|."
+ }
+
+ linksPausen = \relative c {
+ s2.*11 | s2 s8 r8 | \bar "|."
+ }