19.741
Bearbeitungen
Ralph (Diskussion | Beiträge) |
Ralph (Diskussion | Beiträge) |
||
Zeile 45: | Zeile 45: | ||
| Feldname30 = | Daten30 = | | Feldname30 = | Daten30 = | ||
}} | }} | ||
<score raw = "1" vorbis = "1"> | |||
\version "2.12.3" | |||
\language "deutsch" | |||
\header { | |||
tagline = "" | |||
} | |||
\layout { | |||
indent = #0 | |||
} | |||
akkorde = \chordmode { | |||
\germanChords | |||
\set chordChanges = ##t | |||
s8 g e:m | |||
} | |||
global = { | |||
\autoBeamOff | |||
\language "deutsch" | |||
\tempo 4 = 100 \set Score.tempoHideNote = ##t | |||
\key g \major | |||
\partial 4 | |||
\time 5/4 | |||
} | |||
melodie = \relative c'' { | |||
\global | |||
d8 d g4. g8 g8 a h h8 | |||
g a h4 d d8 c c h | |||
a g a h c h( a4.) r8 | |||
\bar ".|:" | |||
d8 c h4 d e8 d c h | |||
a g a4 c d8 c h a | |||
g g g4 h a8 a g4 | |||
\bar ":|." | |||
} | |||
bass = \relative c'' { | |||
\global | |||
d8 d g4. g8 g8 a h h8 | |||
g a h4 d d8 c c h | |||
a g a h c h( a4.) r8 | |||
\bar ".|:" | |||
d8 c h4 d e8 d c h | |||
a g a4 c d8 c h a | |||
g g g4 h a8 a g4 | |||
\bar ":|." | |||
} | |||
text = \lyricmode { | |||
Ob wir ro -- the, gel -- be Kra -- gen, | |||
Hü -- te o -- der Hel -- me tra -- gen, | |||
Stie -- feln tra -- gen oder Schuh’; | |||
o -- der, ob wir Röc -- ke nä -- hen | |||
und zu Schuh’n die Fä -- den dre -- hen, | |||
das tuht, das thut nichts da -- zu. | |||
} | |||
\score { | |||
<< | |||
\new ChordNames { \akkorde } | |||
\new Voice = "Lied" { \melodie } | |||
\new Lyrics \lyricsto "Lied" { \text } | |||
\new Voice = "Lied" { \bass} | |||
>> | |||
\midi {} | |||
\layout {} | |||
} | |||
</score> | |||
<score vorbis="1"> | <score vorbis="1"> |