summaryrefslogtreecommitdiff
path: root/hr/stch/extra/annika/stimmen.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-10 17:47:07 +0200
committerErich Eckner <git@eckner.net>2014-09-10 17:47:07 +0200
commit49d14358c33b7d0ba7e7c381f91943617c7723ea (patch)
treefd55f0d3900d53978587d2228553359f86e69bbe /hr/stch/extra/annika/stimmen.ly
parent646f69a657326ca8dd733dfa579a90f89823d677 (diff)
downloadMusik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz
Hauke eingefügt
Diffstat (limited to 'hr/stch/extra/annika/stimmen.ly')
-rw-r--r--hr/stch/extra/annika/stimmen.ly97
1 files changed, 97 insertions, 0 deletions
diff --git a/hr/stch/extra/annika/stimmen.ly b/hr/stch/extra/annika/stimmen.ly
new file mode 100644
index 0000000..c44795f
--- /dev/null
+++ b/hr/stch/extra/annika/stimmen.ly
@@ -0,0 +1,97 @@
+%some settings% vim: ai encoding=utf8 et
+
+ \version "2.12"
+% \include "dynArt.ly"
+
+ global = {
+ \key g \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 2/4
+ }
+
+% Die Stimmen
+
+ melodie= \relative c' {
+ %e8-. e-. e-. e-.
+ %e8-. e-. e-. e-.
+ %b8-. b-. b-. b-.
+ %e4-- e--
+ e8 e e e
+ e8 e e e
+ b8 b b b
+ e4 e
+ %e8^\markup{\bold dolce} fis g4
+ e8%^\markup{\bold dolce}
+ fis g4
+ g16 a g fis e4
+ %g8^\markup{\bold {molto espressivo} (e con lingua)} a b e
+ g8%^\markup{\bold {molto espressivo} (e con lingua)}
+ a b e
+ b2
+ %\repeat unfold 2 {
+ %c8^\markup{ con amore ;-) }\sf c16 b a4
+ %b8\sf b16 a g4
+ %a8\sf a16 g fis8 g
+ c8%^\markup{ con amore ;-) }\sf
+ c16 b a4
+ b8 b16 a g4
+ a8 a16 g fis8 g
+ e2
+ %c'8\mp\< c16 b a4
+ c'8 c16 b a4
+ b8 b16 a g4
+ %a8^\markup {señorina}\f a16 g fis8 g
+ a8%^\markup {señorina}\f
+ a16 g fis8 g
+ %^\markup {rep. ad libidum}
+ e2
+ %}
+ \bar ":|"
+ }
+
+% sopranMelodie = \relative c' {
+% <<
+% { \meta }
+% %\sopranArt
+% %the actual tune
+% {
+% r1
+% }
+% >>
+% }
+%
+% altMelodie = \relative c' {
+% <<
+% { \meta }
+% %\altArt
+% %the actual tune
+% {
+% r1
+% }
+% >>
+% }
+%
+% tenorMelodie = \relative c' {
+% <<
+% { \meta }
+% %\tenorArt
+% %the actual tune
+% \clef "treble_8"
+% {
+% r1
+% }
+% >>
+% }
+%
+% bassMelodie = \relative c {
+% <<
+% { \meta }
+% %\bassArt
+% %the actual tune
+% \clef bass
+% {
+% r1
+% }
+% >>
+% }
+%