49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
\version "2.22.2"
|
|
\language deutsch
|
|
%\header {
|
|
% title = "Maria durch ein' Dornwald ging Vorspiel"
|
|
% tagline = "Andreas Nolda"
|
|
%}
|
|
|
|
global = {
|
|
\key g \minor
|
|
\time 4/4
|
|
\partial 4
|
|
s4 s1*9 s2.
|
|
\bar "|."
|
|
}
|
|
upperOne = \transpose f g {\transpose h c' {\relative{
|
|
h4 | e4. fis8 g4 h | g fis8 e
|
|
fis2 | g4 8 8 a2 | h2. g8 a
|
|
h4. a8 h4 c8 h | a4. g8 a4 h8 a
|
|
g4. fis8 g4 a8 g | fis4. e8
|
|
fis4 fis | e4. fis8 g4 h | g8 fis e4 r4 \bar "|."
|
|
}}}
|
|
upperTwo = \transpose f g {\relative c{
|
|
r4 | r2. f4 | c'4. d8 e2 | f2. g8 f | e4. d8 c2 |
|
|
f4 g as b, | es f g as, | des es f g, | c d e b | as c f8 e f4 | e f r4
|
|
}}
|
|
lowerMan = \transpose f g{\relative a,{
|
|
r4 | r1 | r2. c4 | f4. es8 des2 | c2. r4 | r1*3
|
|
r2. c4 | f4. es8 des4 as8 b | c4 f r4
|
|
}}
|
|
|
|
\score{
|
|
\transpose g e {
|
|
\new PianoStaff <<
|
|
\new Staff = upper \with {
|
|
\consists Merge_rests_engraver
|
|
} <<
|
|
\clef "treble"
|
|
\new Voice = "main" <<\global {\voiceOne \upperOne} >>
|
|
\new Voice <<\global {\voiceTwo \upperTwo} >>
|
|
>>
|
|
\new Staff = lower <<
|
|
\clef "bass"
|
|
\new Voice <<\global \lowerMan >>
|
|
>>
|
|
>>
|
|
}
|
|
\layout {}
|
|
}
|