mirror of
				https://github.com/kastdeur/pipeband-music.git
				synced 2025-10-31 02:16:34 +01:00 
			
		
		
		
	Mull of Kintyre
This commit is contained in:
		
							parent
							
								
									ce15c4355e
								
							
						
					
					
						commit
						f504af07f5
					
				
					 6 changed files with 242 additions and 81 deletions
				
			
		
							
								
								
									
										17
									
								
								airs/mull_of_kintyre/config.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								airs/mull_of_kintyre/config.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| \version "2.19.0" | ||||
| %% Globals | ||||
| global = { | ||||
| 	\time 6/8 | ||||
| 	} | ||||
| confTempo = {  | ||||
| 	\tempo 4 = 60  | ||||
| 	} | ||||
| %% Format | ||||
| %part = { \partial 8 s8 } | ||||
| measure = { \grace {s1} s2. | } | ||||
| halfline = { \repeat unfold 4 \measure } | ||||
| line = { \repeat unfold 2 { \halfline } } | ||||
| 
 | ||||
| %% Headers | ||||
| title = "Mull of Kintyre" | ||||
| meter = "Air" | ||||
							
								
								
									
										87
									
								
								airs/mull_of_kintyre/lyrics.pipes.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										87
									
								
								airs/mull_of_kintyre/lyrics.pipes.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,87 @@ | |||
| \version "2.18.2" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "notes.lyrics.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
| 		\global | ||||
| 		\lyricsglobal | ||||
| 		<< | ||||
| 		  	\new Voice = "format" | ||||
| 			{ | ||||
| 			  	\repeat volta 2 { | ||||
| 				  	% Refrain | ||||
| 					\repeat unfold 6 {	 | ||||
| 					  \measure | ||||
| 					} | ||||
| 					\bar "||" | ||||
| 					\break | ||||
| 					% Couplet | ||||
| 					\repeat unfold 4 { | ||||
| 					  \measure | ||||
| 					} | ||||
| 					\break | ||||
| 					\repeat unfold 4 { | ||||
| 					  \measure | ||||
| 					} | ||||
| 					\once \override Score.RehearsalMark #'break-visibility = #'#(#t #t #f) | ||||
| 					\mark \markup { \small "D.C. al fine" } | ||||
| 					\measure | ||||
| 					\break | ||||
| 
 | ||||
| 				} | ||||
| 				% Dunno | ||||
| 				\repeat unfold 6 { | ||||
| 				  \measure | ||||
| 				} | ||||
| 				\bar "|." | ||||
| 				 | ||||
| 			 | ||||
| 			 | ||||
| 			}%Format | ||||
| 			\new Voice = "tune" | ||||
| 			{  | ||||
| 				\pipesA | ||||
| 				\pipesB | ||||
| 
 | ||||
| 				\pipesE | ||||
| 			 | ||||
| 			} | ||||
| 			\new Lyrics = "lyrics" { | ||||
| 				\lyricsto "tune" {  | ||||
| 					\refrain | ||||
| 
 | ||||
| 					\coupletA | ||||
| 				} | ||||
| 			} | ||||
| 		>> | ||||
| 	} | ||||
| 	\header { | ||||
| 		title = \title | ||||
| 		meter = \meter | ||||
| 		instrument = \instrumentLyrics | ||||
| 		composer = \markup \large { | ||||
| 		  	\column \right-align { | ||||
| 			  $(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes  ":" } } #} ) | ||||
| 			  $(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} ) | ||||
| 		  	} | ||||
| 			\column \right-align { | ||||
| 			    $(if (not (string=? "" composerPipes)) #{ \markup { \line { \instrumentPipes  } } #} ) | ||||
| 				$(if (not (string=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} ) | ||||
| 			} | ||||
| 		} | ||||
| 
 | ||||
| 	} | ||||
| } | ||||
| %\markup { | ||||
| %  \fill-line{ | ||||
| %	\column { | ||||
| %	  \verseAblock | ||||
| %	  \combine \null \vspace #0.5 | ||||
| %	  \verseBblock | ||||
| %	} | ||||
| %  } | ||||
| %} | ||||
| 
 | ||||
|  | @ -1,81 +0,0 @@ | |||
| Bagpipe Reader:1.0 | ||||
| 
 | ||||
| MIDINoteMappings,(54,56,58,59,61,63,64,66,68,56,58,60,61,63,65,66,68,70,55,57,59,60,62,64,65,67,69) | ||||
| 
 | ||||
| FrequencyMappings,(370,415,466,494,554,622,659,740,831,415,466,523,554,622,699,740,831,932,392,440,494,523,587,659,699,784,880) | ||||
| 
 | ||||
| InstrumentMappings,(71,71,45,33,1000,60,70) | ||||
| 
 | ||||
| GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200) | ||||
| 
 | ||||
| FontSizes,(90,100,75,80,250) | ||||
| 
 | ||||
| TuneFormat,(1,0,F,L,500,500,500,500,L,1,0) | ||||
| 
 | ||||
| TuneTempo,40 | ||||
| 
 | ||||
| "Mull of Kintyre",(T,L,0,0,Times New Roman,16,700,0,0,18,0,0,0) | ||||
| 
 | ||||
| "Air",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0) | ||||
| 
 | ||||
| "Paul McCarty",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) | ||||
| 
 | ||||
| "The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) | ||||
| "24",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0) | ||||
| "December 2011",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0) | ||||
| 
 | ||||
| "1e regel: 1e keer solo, herhaling gezamenlijk",(I,L,0,0,Times New Roman,11,400,0,0,18,0,0,0)  | ||||
| 
 | ||||
| & sharpf sharpc 6_8  | ||||
| I!'' gg LAr_8 'la Bl_16 Dl_8		gg F_4 eg F_8 | ||||
| ! gg Fr_8 Er_8 Dl_8				gg Er_16 Dr_8 'd Bl_8 | ||||
| ! gg LAr_8 'la Bl_16 Dl_8		gg F_4 eg F_8 | ||||
| ! gg Fr_8 Er_8 Dl_8				gg Er_16 Dr_8 'd Bl_8 | ||||
| ! gg LAr_8 'la Bl_16 El_8		thrd ^ts D_4 'd | ||||
| ! D_2 'd ^te ''!I | ||||
| 
 | ||||
| & sharpf sharpc | ||||
| 	gg LAr_8 thrd Dr_8 'd Bl_16		strlg LA_4 gg LA_8 | ||||
| ! thrd Dr_8 Fr_8 El_8			thrd D_4 'd | ||||
| ! gg Br_8 Dr_8 Cl_8				gg Br_16 LAr_8 'la LGl_8 | ||||
| ! gg LAr_8 thrd Dr_8 'd Bl_16		strlg LA_4 'la !t | ||||
| 
 | ||||
| & sharpf sharpc | ||||
| 	 strlg LAr_8 thrd Dr_8 'd Bl_16	strlg LA_4 strlg LA_8 | ||||
| ! thrd Dr_8 Fr_8 El_8			thrd Dr_8 'd El_16 Fl_8 | ||||
| ! dbhg HGr_8 'hg Fl_16 gg El_8	thrd Dr_8 eg Br_8 'b strlg LAl_16 | ||||
| ! gg LAr_8 'la Bl_16 El_8		thrd ^ts D_4 'd | ||||
| ! D_2 'd ^te !I | ||||
| 
 | ||||
| & sharpf sharpc | ||||
|  gg LAr_8 'la Bl_16 Dl_8		gg F_4 eg F_8 | ||||
| ! gg Fr_8 Er_8 Dl_8				gg Er_16 Dr_8 'd Bl_8 | ||||
| ! gg LAr_8 'la Bl_16 Dl_8		gg F_4 eg F_8 | ||||
| ! gg Fr_8 Er_8 Dl_8				gg Er_16 Dr_8 'd Bl_8 | ||||
| ! gg LAr_8 'la Bl_16 El_8		thrd ^ts D_4 'd | ||||
| ! D_2 'd ^te 	!I | ||||
| 
 | ||||
| & sharpf sharpc | ||||
|  gg LAr_8 thrd Dr_8 'd Bl_16		strlg LA_4 gg LA_8 | ||||
| ! thrd Dr_8 Fr_8 El_8			thrd D_4 'd | ||||
| ! gg Br_8 Dr_8 Cl_8				gg Br_16 LAr_8 'la LGl_8 | ||||
| ! gg LAr_8 thrd Dr_8 'd Bl_16		strlg LA_4 'la !t | ||||
| 
 | ||||
| & sharpf sharpc | ||||
|  strlg LAr_8 thrd Dr_8 'd Bl_16	strlg LA_4 strlg LA_8 | ||||
| ! thrd Dr_8 Fr_8 El_8			thrd Dr_8 'd El_16 Fl_8 | ||||
| ! dbhg HGr_8 'hg Fl_16 gg El_8	thrd Dr_8 eg Br_8 'b strlg LAl_16 | ||||
| ! gg LAr_8 'la Bl_16 El_8		thrd ^ts D_4 'd | ||||
| ! D_2 'd ^te !I | ||||
| 
 | ||||
| & sharpf sharpc  | ||||
|  dbha HA_4 'ha				hdbf F_4 'f | ||||
| ! gg Er_8 'e Fl_16 HAl_8			dbc C_4 'c | ||||
| ! gg LAr_8 'la Bl_16 Dl_8		dbf F_4 'f | ||||
| ! gg Er_8 'e Fl_16 HAl_8			dbc C_4 'c !I | ||||
| 
 | ||||
| & sharpf sharpc | ||||
|  LA_4 'la 	LA_4 'la	space	 | ||||
| ! LA_4 'la 	LA_4 'la !I | ||||
| 
 | ||||
| 
 | ||||
							
								
								
									
										24
									
								
								airs/mull_of_kintyre/notes.lyrics.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								airs/mull_of_kintyre/notes.lyrics.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| % 6/8 Mull of Kintyre | ||||
| % Lyrics | ||||
| \version "2.18.2" | ||||
| composerLyrics  = "Paul McCartney" | ||||
| lyricsglobal = {} | ||||
| instrumentLyrics= "Lyrics" | ||||
| % Music | ||||
| refrain = \lyricmode { | ||||
| 	Mull of Kin- tyre | ||||
| 	Oh mist roll- ing in to the sea, | ||||
| 	my de- sire is al- ways to be here  | ||||
| 	Oh Myll of Kin- tyre | ||||
| } | ||||
| coupletA = \lyricmode { | ||||
| 	Far have I travelled | ||||
| 	and much have I seen | ||||
| 	Dark dis- tant moun- tains  | ||||
| 	with val- leys of green | ||||
| 	Past paint- ed deserts | ||||
| 	the sun- set's on fire | ||||
| 	as he car- ries me home | ||||
| 	to the Mull of Kin- tyre | ||||
| } | ||||
|   	 | ||||
							
								
								
									
										40
									
								
								airs/mull_of_kintyre/notes.pipes.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								airs/mull_of_kintyre/notes.pipes.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,40 @@ | |||
| % 6/8 Mull of Kintyre | ||||
| % Pipes | ||||
| \version "2.18.2" | ||||
| composerPipes = "" | ||||
| pipeglobal = { | ||||
| 	\bagpipeKey | ||||
| 	} | ||||
| % Music | ||||
| pipesA = { | ||||
|   %Refrain | ||||
|  \grg a8. [ b16 d8 ] \grg f4 \gre f8 | | ||||
|  \grg f8 [ e8 d8 ] \grg e16 [ d8. b8 ] | | ||||
|  \grg a8. [ b16 d8 ] \grg f4 \gre f8 | | ||||
|  \grg f8 [ e8 d8 ] \grg e16 [ d8. b8 ] | | ||||
|  \grg a8. [ b16 e8 ] \thrwd d4.~ | | ||||
|  d2. | | ||||
| } | ||||
| pipesB = { | ||||
|   %Couplet | ||||
|  \grg a8 [ \thrwd d8. b16 ] \grG a4 \grg a8 | | ||||
|  \thrwd d8 [ f8 e8 ] \thrwd d4. | | ||||
|  \grg b8 [ d8 c8 ] \grg b16 [ a8. G8 ] | | ||||
|  \grg a8 [ \thrwd d8. b16 ] \grG a4. |  | ||||
| 
 | ||||
|  \grG a8 [ \thrwd d8. b16 ] \grG a4 \grG a8 | | ||||
|  \thrwd d8 [ f8 e8 ] \thrwd d8. [ e16 f8 ] | | ||||
|  \dblg g8. [ f16 \grg e8 ] \thrwd d8 [ \gre b8. \grG a16 ] | | ||||
|  \grg a8. [ b16 e8 ] \thrwd d4.~ | | ||||
|  d2. |   | ||||
| } | ||||
| pipesE = { | ||||
|  \dblA A4. \hdblf f4. | | ||||
|  \grg e8. [ f16 A8 ] \dblc c4. | | ||||
|  \grg a8. [ b16 d8 ] \dblf f4. | | ||||
|  \grg e8. [ f16 A8 ] \dblc c4. |   | ||||
| % | ||||
|  a4.~ a4.~ | | ||||
|  a4.~ a4. |   | ||||
| 
 | ||||
| } | ||||
							
								
								
									
										74
									
								
								airs/mull_of_kintyre/pipes.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										74
									
								
								airs/mull_of_kintyre/pipes.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,74 @@ | |||
| \version "2.18.2" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
| 		\global | ||||
| 		\pipeglobal | ||||
| 		<< | ||||
| 			{ | ||||
| 			  	\repeat volta 2 { | ||||
| 				  	% Refrain | ||||
| 					\repeat unfold 6 {	 | ||||
| 					  \measure | ||||
| 					} | ||||
| 					\bar "||" | ||||
| 					\break | ||||
| 					% Couplet | ||||
| 					\repeat unfold 4 { | ||||
| 					  \measure | ||||
| 					} | ||||
| 					\break | ||||
| 					\repeat unfold 4 { | ||||
| 					  \measure | ||||
| 					} | ||||
| 					\once \override Score.RehearsalMark #'break-visibility = #'#(#t #t #f) | ||||
| 					\mark \markup { \small "D.C. al fine" } | ||||
| 					\measure | ||||
| 					\break | ||||
| 
 | ||||
| 				} | ||||
| 				% Dunno | ||||
| 				\repeat unfold 6 { | ||||
| 				  \measure | ||||
| 				} | ||||
| 				\bar "|." | ||||
| 				 | ||||
| 			}%Format | ||||
| 			{  | ||||
| 			 | ||||
| 				\pipesA | ||||
| 				\pipesB | ||||
| 
 | ||||
| 				\pipesE | ||||
| 			} | ||||
| 		>> | ||||
| 	} | ||||
| 	\header { | ||||
| 		title = \title | ||||
| 		meter = \meter | ||||
| 		instrument = \instrumentPipes | ||||
| 		composer = \composerPipes | ||||
| 	} | ||||
| } | ||||
| %\score { | ||||
| %	\new Staff { \global \pipeglobal | ||||
| %		\set Staff.midiInstrument = #"bagpipe" | ||||
| %		%%Tune | ||||
| %		\pipesA | ||||
| %		\pipesB | ||||
| %		\pipesA | ||||
| %		\pipesB | ||||
| % | ||||
| %		\pipesE | ||||
| %	} | ||||
| %	\midi { \confTempo } | ||||
| %	\header { | ||||
| %		title = \title | ||||
| %		meter = \meter | ||||
| %		instrument = \instrumentPipes | ||||
| %		composer = \composerPipes | ||||
| %	} | ||||
| %} | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Eric Teunis de Boone
						Eric Teunis de Boone