summaryrefslogtreecommitdiff
path: root/Heimatlied/Heimatlied.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Heimatlied/Heimatlied.ly')
-rwxr-xr-xHeimatlied/Heimatlied.ly33
1 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)
+ } }
+
+}