summaryrefslogtreecommitdiff
path: root/Heimatlied
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 /Heimatlied
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Heimatlied')
-rwxr-xr-xHeimatlied/Heimatlied.ly33
-rwxr-xr-xHeimatlied/Heimatlied.midibin0 -> 856 bytes
-rwxr-xr-xHeimatlied/Heimatlied.psbin0 -> 238569 bytes
3 files changed, 33 insertions, 0 deletions
diff --git a/Heimatlied/Heimatlied.ly b/Heimatlied/Heimatlied.ly
new file mode 100755
index 0000000..cc32fb5
--- /dev/null
+++ b/Heimatlied/Heimatlied.ly
@@ -0,0 +1,33 @@
+\include "deutsch.ly"
+
+\header {
+ title = "Grafengehaiger Heimatlied"
+ composer = "Hubert Proba"
+}
+
+\score{
+
+{
+\key d \major
+\time 3/4
+\clef treble
+
+\partial 4
+<<
+\relative {
+a4 d2 d4 fis d fis a2. fis2 a4 h a fis h a fis g2.~ g2
+a,4 cis cis cis e( cis) e g2. e2 a4 cis h a g a h a2.~ a2
+a,4 d2 d4 fis d fis a2. fis2 a4 d a a a( h) c h2.~ h2 h4 d h g e( g) h a2. fis2
+fis8~ fis e4( fis) g a2 e4 fis2.~ fis2
+h4 d( h) g e( g) h a2. fis2 fis8~ fis e4( fis) g fis2 e4 d2.~ d2
+}
+>>
+}
+
+\layout { }
+\midi { \context {
+ \Score
+ tempoWholesPerMinute = #(ly:make-moment 72 2)
+ } }
+
+}
diff --git a/Heimatlied/Heimatlied.midi b/Heimatlied/Heimatlied.midi
new file mode 100755
index 0000000..1848fd7
--- /dev/null
+++ b/Heimatlied/Heimatlied.midi
Binary files differ
diff --git a/Heimatlied/Heimatlied.ps b/Heimatlied/Heimatlied.ps
new file mode 100755
index 0000000..4264be3
--- /dev/null
+++ b/Heimatlied/Heimatlied.ps
Binary files differ