|
|
Zeile 1: |
Zeile 1: |
| Text und Melodie: John Newton | | Text und Melodie: John Newton |
|
| |
| <score raw = "1" vorbis="1">
| |
| \version "2.18.2"
| |
|
| |
| \header {
| |
| crossRefNumber = "1"
| |
| footnotes = ""
| |
| tagline = ""
| |
| }
| |
| voicedefault = {
| |
| \set Score.defaultBarType = ""
| |
|
| |
| \time 3/4 \key g \major d'4 \bar "|" g'2 b'8([ g'8]) \bar "|"
| |
| b'2[ a'4] \bar "|" g'2[ e'4] \bar "|" d'2 d'4 \bar "|"
| |
| g'2 b'8([ g'8]) \bar "|" b'2 b'8([ d''8]) \bar "|" d''2
| |
| b'4 \bar "|" d''2 b'8([ g'8]) \bar "|" b'2[ a'4] \bar "|"
| |
| g'2[ e'4] \bar "|" d'2 d'4 \bar "|" g'2 b'8([ g'8])
| |
| \bar "|" b'2 a'4 \bar "|" g'2 \bar "|."
| |
| }
| |
|
| |
| akkorde = \chordmode {
| |
| s4 c1*3/4 f c c g g:7 c c f c c g f c
| |
| }
| |
|
| |
| text = \lyricmode {
| |
| \set stanza = "1."
| |
| A -- ma -- zing grace, how sweet the sound,
| |
| that saved a wretch like me!
| |
| I once was lost, but now I'm found,
| |
| was blind, but now I see.
| |
| }
| |
|
| |
| \score{
| |
| <<
| |
| \new ChordNames { \set chordChanges = ##t \akkorde }
| |
| \new Voice = "default" { \voicedefault }
| |
| \new Lyrics \lyricsto "default" { \text }
| |
| >>
| |
| \layout {
| |
| }
| |
| \midi {}
| |
| }
| |
| </score>
| |
|
| |
|
| <score raw = "1" vorbis="1"> | | <score raw = "1" vorbis="1"> |