summaryrefslogtreecommitdiff
path: root/Bewahre_uns_Gott/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Bewahre_uns_Gott/stimmen.ly')
-rw-r--r--Bewahre_uns_Gott/stimmen.ly64
1 files changed, 64 insertions, 0 deletions
diff --git a/Bewahre_uns_Gott/stimmen.ly b/Bewahre_uns_Gott/stimmen.ly
new file mode 100644
index 0000000..c0700dd
--- /dev/null
+++ b/Bewahre_uns_Gott/stimmen.ly
@@ -0,0 +1,64 @@
+global = {
+ \time 3/4
+ \key g \major
+ \partial 4
+ \autoBeamOff
+}
+
+punktBoegen = {
+ \set melismaBusyProperties = #'()
+ \slurDashed
+ \tieDashed
+}
+
+strichBoegen = {
+ \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
+ \slurSolid
+ \tieSolid
+}
+
+melodie = \relative h {
+ h4 |
+ e e e |
+ g2 g4 |
+ fis fis fis |
+ dis2\breathe h4 |
+ e2 e4 |
+ g fis g |
+ h h2~ |
+ h\breathe
+ \repeat volta 2 {
+ h4 |
+ c c h |
+ a2 c4 \punktBoegen |
+ h~ h \strichBoegen a4 |
+ g2\breathe g4 |
+ fis fis fis |
+ dis2 dis4 |
+ e2. |
+ e2
+ }
+}
+
+akkorde = \chordmode {
+ s4 |
+ e2.:m |
+ a:m7 |
+ h:7 |
+ h |
+ e:m |
+ c |
+ e:m |
+ h2:7
+ \repeat volta 2 {
+ e4:7 |
+ a2.:m7 |
+ d:7 |
+ g |
+ c |
+ a:m |
+ h:7 |
+ e:m |
+ e2:7
+ }
+}