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/Schneefloeckchen/stimmen.ly | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Weihnachtslieder/Schneefloeckchen/stimmen.ly')
-rw-r--r-- | Weihnachtslieder/Schneefloeckchen/stimmen.ly | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Weihnachtslieder/Schneefloeckchen/stimmen.ly b/Weihnachtslieder/Schneefloeckchen/stimmen.ly new file mode 100644 index 0000000..a178ee4 --- /dev/null +++ b/Weihnachtslieder/Schneefloeckchen/stimmen.ly @@ -0,0 +1,39 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + rechtsOMelodie = \relative a' { + a8[(_\mf b]) | c4\(\staccato c\)\staccato d | g,\(\staccato g\)\staccato\breathe + g8[( a]) | b4\(-- b-- c\)-- | a2\breathe + a8[( b]) | c4\(--_\< c-- f\)--\! | e\( d\)\breathe + c8[( b]) | a4\( b\)_\> g | f2\! \bar "|." + } + + rechtsUMelodie = \relative f' { + f8[( g]) | a4\(\staccato a\)\staccato a | e\(\staccato e\)\staccato\breathe + e8[( f]) | g4\(-- g-- g\)-- | f2\breathe + f8[( g]) | a4\(-- a-- c\)-- | c\( b\)\breathe + a8[( g]) | f4\( g\) e | f2 \bar "|." + } + + linksMelodie = \relative f, { + s4 | f\(\staccato f\)\staccato s | c'\(\staccato c\)\staccato s | + c\(-- c-- e\)-- | f2 s4 | + f\(-- f-- a,\)-- | b2 b4 | c2 c4 | f2 \bar "|." + } + + linksPausen = \relative f, { + r4 | s2 r4 | s2 r4 | + s2. | s2 r4 | + s2.*3 | s2 \bar "|." + } |