summaryrefslogtreecommitdiff
path: root/Heimatlied/Heimatlied.ly
blob: ad7cce4dba942be95d15136a275026dd79c0b64f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\include "deutsch.ly"

\pointAndClickOff

\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)
    } }

}