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 /Heimatlied | |
download | Musik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz |
initialer Commit
Diffstat (limited to 'Heimatlied')
-rwxr-xr-x | Heimatlied/Heimatlied.ly | 33 | ||||
-rwxr-xr-x | Heimatlied/Heimatlied.midi | bin | 0 -> 856 bytes | |||
-rwxr-xr-x | Heimatlied/Heimatlied.ps | bin | 0 -> 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 Binary files differnew file mode 100755 index 0000000..1848fd7 --- /dev/null +++ b/Heimatlied/Heimatlied.midi diff --git a/Heimatlied/Heimatlied.ps b/Heimatlied/Heimatlied.ps Binary files differnew file mode 100755 index 0000000..4264be3 --- /dev/null +++ b/Heimatlied/Heimatlied.ps |