19.738
Bearbeitungen
Ralph (Diskussion | Beiträge) |
Ralph (Diskussion | Beiträge) |
||
Zeile 93: | Zeile 93: | ||
We will ral -- ly from the hill -- side, we'll ga -- ther from the plain, | We will ral -- ly from the hill -- side, we'll ga -- ther from the plain, | ||
Shout -- ing the bat -- tle -- cry of Free -- dom. | Shout -- ing the bat -- tle -- cry of Free -- dom. | ||
} | |||
\score { | |||
<< | |||
% \new ChordNames { \akkorde } | |||
\new Voice = "Lied" { \melodie } | |||
\new Lyrics \lyricsto "Lied" { \text } | |||
>> | |||
\midi {} | |||
\layout {} | |||
} | |||
</score> | |||
== Chorus == | |||
<score raw = "1" vorbis = "1"> | |||
\version "2.12.3" | |||
\language "deutsch" | |||
\header { | |||
tagline = "" | |||
} | |||
\layout { | |||
indent = #0 | |||
} | |||
akkorde = \chordmode { | |||
\germanChords | |||
\set chordChanges = ##t | |||
} | |||
global = { | |||
\autoBeamOff | |||
\tempo 4 = 100 | |||
\clef treble | |||
\key b \major | |||
\time 4/4 | |||
} | |||
melodie = \relative c'' { | |||
\global | |||
\partial 4 r8 f' | |||
\bar "|." | |||
} | |||
text = \lyricmode { | |||
The Un -- ion for -- ev -- er! Hur -- rah, boys, hur -- rah! | |||
Down with the trai -- tors, up with the stars; | |||
While we ral -- ly round the flag, boys, we ral -- ly once a -- gain, | |||
Shou -- ting the bat -- tle cry of free -- dom! | |||
} | } | ||