mirror of
				https://github.com/kastdeur/pipeband-music.git
				synced 2025-10-31 02:16:34 +01:00 
			
		
		
		
	Added lyrics to Amazing Grace
This commit is contained in:
		
							parent
							
								
									e0f84705f3
								
							
						
					
					
						commit
						d83c6b83c1
					
				
					 2 changed files with 47 additions and 4 deletions
				
			
		|  | @ -8,6 +8,7 @@ | |||
| %\include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| \include "./notes.lyrics.ily" | ||||
| 
 | ||||
| \layout { | ||||
| 	indent = 5.0 | ||||
|  | @ -23,7 +24,7 @@ | |||
| 			\global | ||||
| 			\pipeglobal | ||||
| 			<< | ||||
| 				{ | ||||
| 				\new Voice = "format" { | ||||
| 					\part | ||||
| 					\repeat volta 2 { | ||||
| 					  \line \break | ||||
|  | @ -37,13 +38,21 @@ | |||
| 					 } | ||||
| 					 \bar "|." | ||||
| 				}%Format | ||||
| 				{ | ||||
| 				\new Voice = "pipes" { | ||||
| 					\pipesA | ||||
| 					\pipesAendA s4 | ||||
| 					\pipesAendB s4 | ||||
| 				}%Pipes | ||||
| 				\new NullVoice = "lyrics-aligner" { | ||||
| 					\lyricsA | ||||
| 				} | ||||
| 			>> | ||||
| 		} | ||||
| 		\new Lyrics = "lyrics1" { | ||||
| 			\lyricsto  "lyrics-aligner" { | ||||
| 				\verseA | ||||
| 			} | ||||
| 		} | ||||
| 		\new PipeBandDrumStaff = "side" \with { | ||||
| 			instrumentName = \markup { \instrumentSide } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentSide } | ||||
|  | @ -55,7 +64,7 @@ | |||
| 				\snareAB | ||||
| 				\snareAC | ||||
| 				\keepWithTag #'with-volta \snareAD | ||||
| 				\snareADendB | ||||
| 				\snareADendB s4 | ||||
| 		} | ||||
| %		\new PipeBandDrumStaff = "tenor" { | ||||
| %			\tenorglobal | ||||
|  | @ -75,17 +84,20 @@ | |||
| 		meter = \meter | ||||
| 		composer = \markup \large { | ||||
| 			\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=? "" composerTenor)) #{ \markup {\line { \composerTenor  ":" }} #} ) | ||||
| 				$(if (not (string=? "" composerBass))  #{ \markup {\line { \composerBass  ":" }} #} ) | ||||
| 			} | ||||
| 			\column \right-align { | ||||
| 				$(if (not (string=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} ) | ||||
| 				$(if (not (string=? "" composerPipes))  #{ \markup {\line { \instrumentPipes }}#} ) | ||||
| 				$(if (not (string=? "" composerSide))  #{ \markup {\line { \instrumentSide }}#} ) | ||||
| 				$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) | ||||
| 				$(if (not (string=? "" composerBass))  #{ \markup {\line { \instrumentBass }}#} ) | ||||
| 			} | ||||
| 		} | ||||
| 
 | ||||
| 	} | ||||
| } | ||||
|  |  | |||
							
								
								
									
										31
									
								
								airs/amazing_grace/notes.lyrics.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								airs/amazing_grace/notes.lyrics.ily
									
										
									
									
									
										Normal 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. __ __ | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue