Added lyrics to Amazing Grace

This commit is contained in:
Eric Teunis de Boone 2022-07-27 15:54:56 +02:00
parent e0f84705f3
commit d83c6b83c1
2 changed files with 47 additions and 4 deletions

View File

@ -8,6 +8,7 @@
%\include "./notes.tenor.ily" %\include "./notes.tenor.ily"
\include "./notes.side.ily" \include "./notes.side.ily"
\include "./notes.pipes.ily" \include "./notes.pipes.ily"
\include "./notes.lyrics.ily"
\layout { \layout {
indent = 5.0 indent = 5.0
@ -23,7 +24,7 @@
\global \global
\pipeglobal \pipeglobal
<< <<
{ \new Voice = "format" {
\part \part
\repeat volta 2 { \repeat volta 2 {
\line \break \line \break
@ -37,13 +38,21 @@
} }
\bar "|." \bar "|."
}%Format }%Format
{ \new Voice = "pipes" {
\pipesA \pipesA
\pipesAendA s4 \pipesAendA s4
\pipesAendB s4 \pipesAendB s4
}%Pipes }%Pipes
\new NullVoice = "lyrics-aligner" {
\lyricsA
}
>> >>
} }
\new Lyrics = "lyrics1" {
\lyricsto "lyrics-aligner" {
\verseA
}
}
\new PipeBandDrumStaff = "side" \with { \new PipeBandDrumStaff = "side" \with {
instrumentName = \markup { \instrumentSide } instrumentName = \markup { \instrumentSide }
shortInstrumentName = \markup{ \shortInstrumentSide } shortInstrumentName = \markup{ \shortInstrumentSide }
@ -55,7 +64,7 @@
\snareAB \snareAB
\snareAC \snareAC
\keepWithTag #'with-volta \snareAD \keepWithTag #'with-volta \snareAD
\snareADendB \snareADendB s4
} }
% \new PipeBandDrumStaff = "tenor" { % \new PipeBandDrumStaff = "tenor" {
% \tenorglobal % \tenorglobal
@ -75,17 +84,20 @@
meter = \meter meter = \meter
composer = \markup \large { composer = \markup \large {
\column \right-align { \column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} ) $(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes \arrangerPipes ":" }} #} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} ) $(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} ) $(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} ) $(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
} }
\column \right-align { \column \right-align {
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} ) $(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} ) $(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) $(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} ) $(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
} }
} }
} }
} }

View File

@ -0,0 +1,31 @@
% 4/4 Abide with Me
% Lyrics
\version "2.18.2"
composerLyrics = "J. Newton"
lyricsA = {
d4 |
d2 d4 |
d2 d4 |
d2 d4 |
d2 d4 |
d2 d4 |
d2 d4 |
d2~ d4~ | d2
d4 |
d2 d4 |
d2 d4 |
d2 d4 |
d2 d4 |
d2 d4 |
d2 d4 |
d2~ d4~ | d2
}
verseA = \lyricmode {
\set stanza = #"1."
A -- ma -- zing grace!
How sweet the sound, that saved a wretch like me! __ __
I once was lost, but now am found.
Was blind, but now I see. __ __
}