diff options
author | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-04 10:59:12 +0200 |
commit | cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch) | |
tree | 25be2d35abeec51d18d0204e199f3bdbf66826b1 /Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly')
-rw-r--r-- | Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly b/Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly new file mode 100644 index 0000000..82c595a --- /dev/null +++ b/Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly @@ -0,0 +1,42 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/8 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative g'{ + s2*12 | \bar "|." + s2*3 | s4. r8 | s2*3 | s4. r8 | \bar "||" + } + + rechtsOMelodie = \relative d'' { + d16[( c]) h c d8 h | g a h4 | h16 a g a h8 g | d fis g4 | + a8 d d4 | h8 d d4 | a8 e' d h | d c16[( h]) a4 | d16[( c]) h c d8 h | + g a h4 | h16 a g a h8 g | d fis g4 | \bar "|." + a8. h16 c8 a | h\( c\) d4 | e8 d c h | c4. s8 | a8. h16 c8 a | h c d4 | d,8 h' h a g4. s8 | \bar "||" + } + + rechtsUMelodie = \relative h' { + h16[(_\mf a]) g a h8 g | e fis g4 | g16 fis g fis g8 d | d c h4 | + a'8 a a4 | g8 h h4 | fis8 c' h g | h a16[( g]) fis4 | h16[( a]) g a h8 g | + e fis g4 | g16 fis g fis g8 d | d c h4 | \bar "|." + fis'8. g16 a8 fis | g\( a\) h4 | c8 h a gis | a4. s8 | fis8. g16 a8 fis | g a h4 | d,8 h' d, c | h4. s8 | \bar "||" + } + + linksMelodie = \relative g, { + g2 | e'8 d g,4 | g4. h8 | d4 g, | + d' d | g, g | d' g, | d'4. d8 | g,2 | e'8 d g,4 | g4. h8 | d4 g, | \bar "|." + d'2 | g, | c4 e | a,4. s8 | d2 | g, | d'4 d | g,4. s8 | \bar "||" + } + + linksPausen = \relative g, { + s2*12 | \bar "|." + s2*3 | s4. r8 | s2*3 | s4. r8 | \bar "||" + } |