mirror of
				https://github.com/kastdeur/pipeband-music.git
				synced 2025-10-30 18:06:34 +01:00 
			
		
		
		
	CMPD: Side scores update
Highland Laddie Auld Lang Syne Green Glens of Antrim When the Pipers play Bells of Dunblane Rose of Kelvingrove Cullen Bay Standards
This commit is contained in:
		
							parent
							
								
									7b25a087aa
								
							
						
					
					
						commit
						1c05f8ba65
					
				
					 34 changed files with 1312 additions and 106 deletions
				
			
		
							
								
								
									
										18
									
								
								2-4_marches/highland_laddie/config.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								2-4_marches/highland_laddie/config.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | ||||||
|  | \version "2.19.0" | ||||||
|  | %% Globals | ||||||
|  | global = { | ||||||
|  | 	\key d \major | ||||||
|  | 	\time 2/4 | ||||||
|  | 	} | ||||||
|  | confTempo = {  | ||||||
|  | 	\tempo 4 = 80  | ||||||
|  | 	} | ||||||
|  | %% Format | ||||||
|  | part = { \partial 8 \grace{s4.} s8 } | ||||||
|  | measure = { \grace {s1} s2 | } | ||||||
|  | halfline = { \repeat unfold 4 \measure } | ||||||
|  | line = { \repeat unfold 2 { \halfline } } | ||||||
|  | 
 | ||||||
|  | %% Headers | ||||||
|  | title = "Highland Laddie" | ||||||
|  | meter = "March" | ||||||
							
								
								
									
										32
									
								
								2-4_marches/highland_laddie/notes.side.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								2-4_marches/highland_laddie/notes.side.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,32 @@ | ||||||
|  | % 2/4 Highland Laddie | ||||||
|  | % Side | ||||||
|  | \version "2.18.2" | ||||||
|  | composerSide = "" | ||||||
|  | arrangerSide = "" | ||||||
|  | sideglobal = { | ||||||
|  | 	\sixteenthBeaming | ||||||
|  | } | ||||||
|  | % Music | ||||||
|  | snareA = \drummode { | ||||||
|  | 	\repeat unfold 2 { | ||||||
|  | 		d8:32( | | ||||||
|  | 		g8) \flam d8	\flam g8 d8:32( | | ||||||
|  | 		g16.) d32-> g16. g32	\flam d8 | ||||||
|  | 			 | ||||||
|  | 		d8:32( | | ||||||
|  | 		g8) \flam d16. g32	 d16. \flam g32 d16. g32 | | ||||||
|  | 		\flam d8 d8:32(	g8) | ||||||
|  | 	} | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | snareB = \drummode { | ||||||
|  | 	\repeat unfold 2 { | ||||||
|  | 		g8 | | ||||||
|  | 		d8:32( g) d8:32( g) | ||||||
|  | 		d16.) g32-> d16. d32	\flam g8 | ||||||
|  | 			 | ||||||
|  | 		d8:32( | | ||||||
|  | 		g8) \flam d16. g32	 d16. \flam g32 d16. g32 | | ||||||
|  | 		\flam d8 d8:32(	g8) | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										36
									
								
								2-4_marches/highland_laddie/side.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								2-4_marches/highland_laddie/side.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,36 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.side.ily" | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  |     \new PipeBandDrumStaff { | ||||||
|  |         \global | ||||||
|  | 		\sideglobal | ||||||
|  | 		<< | ||||||
|  | 			\new NullVoice = "format" { | ||||||
|  | 				\repeat volta 2 { | ||||||
|  | 					\part \line | ||||||
|  | 				} | ||||||
|  | 				\break | ||||||
|  | 				\repeat volta 2 { | ||||||
|  | 					\part \line | ||||||
|  | 				} | ||||||
|  | 			}%Format | ||||||
|  | 			 | ||||||
|  | 			\new DrumVoice = "side" { | ||||||
|  | 				\snareA s8 | ||||||
|  | 				\snareB s8 | ||||||
|  | 			} | ||||||
|  | 		>> | ||||||
|  | 	} | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		instrument = \instrumentSide | ||||||
|  | 		composer = \composerSide | ||||||
|  | 		arranger = \arrangerSide | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										31
									
								
								4-4_marches/auld_lang_syne/notes.side.cmpd.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								4-4_marches/auld_lang_syne/notes.side.cmpd.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | ||||||
|  | % 4/4 Auld Lang Syne | ||||||
|  | % Side | ||||||
|  | \version "2.18.2" | ||||||
|  | composerSide = "" | ||||||
|  | arrangerSide = "" | ||||||
|  | sideglobal = { | ||||||
|  | 	\eighthBeaming | ||||||
|  | } | ||||||
|  | % Music | ||||||
|  | snareA = \drummode { | ||||||
|  | 
 | ||||||
|  |   \flam d8[ d8]:32( | ||||||
|  |   g8[) \flam d8] | ||||||
|  |   d8[:32( g8]) | ||||||
|  |   d8[:32( g8]) | ||||||
|  |   | | ||||||
|  |   \flam d8[ d8]:32( | ||||||
|  |   g8[) \flam d8] | ||||||
|  |   d8[:32( g8]) | ||||||
|  |   d8[:32( g8]) | ||||||
|  |   | | ||||||
|  |   \flam d8[ d8]:32( | ||||||
|  |   g8[) \flam d8] | ||||||
|  |   d8[:32( g8]) | ||||||
|  |   d8[:32( g8]) | ||||||
|  |   | | ||||||
|  |   \tuplet 3/2 { d16 g \backstick d } \tuplet 3/2 { g16 d \backstick g } | ||||||
|  |   d4  | ||||||
|  |   \flam d4  | ||||||
|  |   r4 | ||||||
|  | } | ||||||
							
								
								
									
										31
									
								
								4-4_marches/auld_lang_syne/side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								4-4_marches/auld_lang_syne/side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.side.cmpd.ily" | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  |     \new PipeBandDrumStaff { | ||||||
|  |         \global | ||||||
|  | 		\sideglobal | ||||||
|  | 		<< | ||||||
|  | 			\new NullVoice = "format" { | ||||||
|  | 				\repeat volta 2 { | ||||||
|  | 					\line | ||||||
|  | 				} | ||||||
|  | 			}%Format | ||||||
|  | 			 | ||||||
|  | 			\new DrumVoice = "side" { | ||||||
|  | 				\snareA | ||||||
|  | 			} | ||||||
|  | 		>> | ||||||
|  | 	} | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		instrument = \instrumentSide | ||||||
|  | 		composer = \composerSide | ||||||
|  | 		arranger = \arrangerSide | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										18
									
								
								4-4_marches/green_glens_of_antrim/config.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								4-4_marches/green_glens_of_antrim/config.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | ||||||
|  | \version "2.19.0" | ||||||
|  | %% Globals | ||||||
|  | global = { | ||||||
|  | 	\key d \major | ||||||
|  | 	\time 4/4 | ||||||
|  | 	} | ||||||
|  | confTempo = {  | ||||||
|  | 	\tempo 4 = 80  | ||||||
|  | 	} | ||||||
|  | %% Format | ||||||
|  | part = { \partial 8 \grace{s4.} s8 } | ||||||
|  | measure = { \grace {s1} s1 | } | ||||||
|  | halfline = { \repeat unfold 4 \measure } | ||||||
|  | line = { \repeat unfold 2 { \halfline } } | ||||||
|  | 
 | ||||||
|  | %% Headers | ||||||
|  | title = "Green Glens of Antrim" | ||||||
|  | meter = "March" | ||||||
							
								
								
									
										76
									
								
								4-4_marches/green_glens_of_antrim/notes.side.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										76
									
								
								4-4_marches/green_glens_of_antrim/notes.side.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,76 @@ | ||||||
|  | % 4/4 Green Glens of Antrim | ||||||
|  | % Side | ||||||
|  | \version "2.18.2" | ||||||
|  | composerSide = "" | ||||||
|  | arrangerSide = "T. Hachmang / E.T. de Boone, 2019" | ||||||
|  | sideglobal = { | ||||||
|  | 	\eighthBeaming | ||||||
|  | } | ||||||
|  | % Music | ||||||
|  | snareA = \drummode { | ||||||
|  | 	\tutti { | ||||||
|  | 		d16. g32 | | ||||||
|  | 		\flam d8  | ||||||
|  | 	} \triplet { d16 g d }  | ||||||
|  | 	\flam g8  d8:32(\dr | ||||||
|  | 	\triplet { g16) \fr d g } \flam d16. g32 | ||||||
|  | 	\flam d8 | ||||||
|  | 
 | ||||||
|  | 	%% | ||||||
|  | 	\tutti {  | ||||||
|  | 		d8:32( | | ||||||
|  | 		g16.) d32:64( d16.)  | ||||||
|  | 	} g32 | ||||||
|  | 	\triplet { d16 g d } \flam d16. g32 | ||||||
|  | 	\tutti { | ||||||
|  | 		\triplet { d16\< g d } \triplet { g16 d g } | ||||||
|  | 		\flam d8 \! | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
|  | 	%% | ||||||
|  | 	d8:32( | | ||||||
|  | 	g8.) g16 | ||||||
|  | 	d8:32( g16.) g32 | ||||||
|  | 	\flam d16. g32  | ||||||
|  | 	\tutti { | ||||||
|  | 		\triplet { d16 g d } | ||||||
|  | 		\flam g8  | ||||||
|  | 
 | ||||||
|  | 	%% | ||||||
|  | 		g8 | | ||||||
|  | 		\flam d4 d4:32( d4)  | ||||||
|  | 	}  | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | snareB = \drummode { | ||||||
|  | 	\tutti { | ||||||
|  | 		d4:32(\<  | ||||||
|  | 		d8)\! | ||||||
|  | 	} \flam g | ||||||
|  | 	\tutti { | ||||||
|  | 		d4:32(\<  | ||||||
|  | 		d8)\! | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
|  | 	%% | ||||||
|  | 	d8:32( | | ||||||
|  | 	g8) \flam d16. g32 | ||||||
|  | 	\tutti { | ||||||
|  | 		d16. g32-> d16. d32 | ||||||
|  | 		\flam g16. g32 \triplet { d16 g d } | ||||||
|  | 		\flam g8 | ||||||
|  | 	}  | ||||||
|  | 
 | ||||||
|  | 	%% | ||||||
|  | 	g8 | | ||||||
|  | 	d4:32(  | ||||||
|  | 	d8) \flam g | ||||||
|  | 	\triplet { d16 g d } g8 | ||||||
|  | 	\tutti { | ||||||
|  | 		\flam d16. g32 d16. d32 | ||||||
|  | 		| | ||||||
|  | 		\flam g8. g16 | ||||||
|  | 		d4:32( | ||||||
|  | 		d4) | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										45
									
								
								4-4_marches/green_glens_of_antrim/side.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								4-4_marches/green_glens_of_antrim/side.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,45 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.side.ily" | ||||||
|  | 
 | ||||||
|  | markTextEol = #(define-music-function (parser location text) (string?) #{ | ||||||
|  | 	\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible | ||||||
|  | 	\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT | ||||||
|  | 	\mark \markup $text | ||||||
|  | #}) | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  |     \new PipeBandDrumStaff { | ||||||
|  |         \global | ||||||
|  | 		\sideglobal | ||||||
|  | 		<< | ||||||
|  | 			\new NullVoice = "format" { | ||||||
|  | 				\repeat volta 2 { | ||||||
|  | 					\part \halfline \markTextEol "Fine" | ||||||
|  | 				} | ||||||
|  | 				\break | ||||||
|  | 				\part | ||||||
|  | 				\halfline  | ||||||
|  | 				\markTextEol "D.C. al Fine" | ||||||
|  | 				\bar "||" | ||||||
|  | 			}%Format | ||||||
|  | 			 | ||||||
|  | 			\new DrumVoice = "side" { | ||||||
|  | 				\snareA r8 s8 | ||||||
|  | 
 | ||||||
|  | 				r8 \snareB r8 s8 | ||||||
|  | 			 | ||||||
|  | 			} | ||||||
|  | 		>> | ||||||
|  | 	} | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		instrument = \instrumentSide | ||||||
|  | 		composer = \composerSide | ||||||
|  | 		arranger = \arrangerSide | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										27
									
								
								5-4_marches/cullen_bay/side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								5-4_marches/cullen_bay/side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,27 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.side.48th.ily" | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  |     \new PipeBandDrumStaff { | ||||||
|  |         \global | ||||||
|  |         \sideglobal | ||||||
|  | 		<< | ||||||
|  | 			{ | ||||||
|  | 					\repeat volta 2 { \line } \break | ||||||
|  | 			} | ||||||
|  | 			{ | ||||||
|  | 				\snareA | ||||||
|  | 			} | ||||||
|  | 		>> | ||||||
|  | 	} | ||||||
|  | 	\header { | ||||||
|  | 		title = \markup { \title "(Canadian Memorial Pipes and Drums)" } | ||||||
|  | 		meter = \meter | ||||||
|  | 		instrument = \instrumentSide | ||||||
|  | 		composer = \composerSide | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										142
									
								
								airs/bells_of_dunblane/full.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										142
									
								
								airs/bells_of_dunblane/full.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,142 @@ | ||||||
|  | \version "2.19.0" | ||||||
|  | 
 | ||||||
|  | \include "bagpipe.ly" | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | %\include "./notes.bass.ily" | ||||||
|  | %\include "./notes.tenor.ily" | ||||||
|  | \include "./notes.side.ily" | ||||||
|  | \include "./notes.pipes.ily" | ||||||
|  | \include "./notes.pipes.seconds.ily" | ||||||
|  | %\include "./notes.lyrics.ily" | ||||||
|  | 
 | ||||||
|  | \layout { | ||||||
|  | 	indent = 5.0 | ||||||
|  | 	short-indent = 2.0 | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  | 	\new StaffGroup << | ||||||
|  | 		\new Staff \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentPipes } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentPipes } | ||||||
|  | 		} { | ||||||
|  | 			\global | ||||||
|  | 			\pipeglobal | ||||||
|  | 			<< | ||||||
|  | 				\new NullVoice = "format" { | ||||||
|  | 					\repeat volta 2 { | ||||||
|  | 					  	\part | ||||||
|  | 						\line | ||||||
|  | 					} | ||||||
|  | 					\break | ||||||
|  | 
 | ||||||
|  | 					\part | ||||||
|  | 					\line  | ||||||
|  | 					\bar "||" | ||||||
|  | 					\line | ||||||
|  | 					\bar "|." | ||||||
|  | 					\break | ||||||
|  | 
 | ||||||
|  | 					\part | ||||||
|  | 					\line | ||||||
|  | 					\bar "|." | ||||||
|  | 					\measure | ||||||
|  | 					\bar "|." | ||||||
|  | 				}%Format | ||||||
|  | 
 | ||||||
|  | 				\new Voice = "pipes" { | ||||||
|  | 					\pipesA s4 | ||||||
|  | 
 | ||||||
|  | 					\pipesBA \pipesBB s4 | ||||||
|  | 
 | ||||||
|  | 					\pipesC s4 | ||||||
|  | 					s1 | ||||||
|  | 				}%Pipes | ||||||
|  | 			>> | ||||||
|  | 		} | ||||||
|  | %{		\new Staff = "song" { | ||||||
|  |   			\lyricsglobal | ||||||
|  | 			\new Voice = "lyrics" { | ||||||
|  | 
 | ||||||
|  | 			} | ||||||
|  | 		} | ||||||
|  | }% | ||||||
|  | %{		\new Lyrics = "verse1" { | ||||||
|  | 		  \lyricsglobal | ||||||
|  | 		  \lyricsto "lyrics" { | ||||||
|  | 			\verseA | ||||||
|  | 		  } | ||||||
|  | 		} | ||||||
|  | %} | ||||||
|  | 		\new Staff = "seconds" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentPipes \instrumentSecnd } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd } | ||||||
|  | 		} { | ||||||
|  | 			\pipessecndglobal | ||||||
|  | 
 | ||||||
|  | 			\pipessecndA s4 | ||||||
|  | 
 | ||||||
|  | 			\pipessecndB	\pipessecndB s4 | ||||||
|  | 
 | ||||||
|  | 			\pipessecndC s4 | ||||||
|  | 			s1 | ||||||
|  | 		  } | ||||||
|  | 		\new PipeBandDrumStaff = "side" \with { | ||||||
|  | 			instrumentName = \markup { \instrumentSide } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentSide } | ||||||
|  | 		} { | ||||||
|  | 			\sideglobal | ||||||
|  | 			s4 |  | ||||||
|  | 			\snareA | ||||||
|  | 			 | ||||||
|  | 			s4 |  | ||||||
|  | 			\repeat percent 4 { | ||||||
|  | 			  \snareB | ||||||
|  | 			} | ||||||
|  | 			 | ||||||
|  | 			s4 |  | ||||||
|  | 			\snareC | ||||||
|  | 			\snarePV | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | %{		\new PipeBandDrumStaff = "tenor" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentTenor } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||||
|  | 		} { | ||||||
|  | 			\tenorglobal | ||||||
|  | 
 | ||||||
|  | 		%} | ||||||
|  | %{		\new PipeBandDrumStaff = "bass" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentBass } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentBass } | ||||||
|  | 		} { | ||||||
|  | 			\bassglobal | ||||||
|  | 
 | ||||||
|  | 		%} | ||||||
|  | 	>> | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		composer = \markup \large { | ||||||
|  | 			\column \right-align { | ||||||
|  | 				$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} ) | ||||||
|  | 				$(if (not (string=? "" composerPipes))  #{ \markup {\line { \composerPipes  ":" }} #} ) | ||||||
|  | 				$(if (not (string=? "" composerPipessecnd))  #{ \markup {\line { \composerPipessecnd ":" }} #} ) | ||||||
|  | 				$(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=? "" composerPipessecnd))  #{ \markup {\line { \instrumentPipessecnd }}#} ) | ||||||
|  | 				$(if (not (string=? "" composerSide))  #{ \markup {\line { \instrumentSide }}#} ) | ||||||
|  | 				$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) | ||||||
|  | 				$(if (not (string=? "" composerBass))  #{ \markup {\line { \instrumentBass }}#} ) | ||||||
|  | 			} | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
|  | } | ||||||
|  | @ -5,6 +5,7 @@ composerPipesSecnd = "R. Mathieson" | ||||||
| pipessecndglobal = { | pipessecndglobal = { | ||||||
| 	\bagpipeKey | 	\bagpipeKey | ||||||
| 	} | 	} | ||||||
|  | % Music | ||||||
| pipessecndA = { | pipessecndA = { | ||||||
| 	\grg a8. [ \grd c16 ] | | 	\grg a8. [ \grd c16 ] | | ||||||
| 	\dble e2~ e8 [ \grG e8 ] \grg f8 [ \dblA A8 ] | | 	\dble e2~ e8 [ \grG e8 ] \grg f8 [ \dblA A8 ] | | ||||||
|  | @ -12,32 +13,18 @@ pipessecndA = { | ||||||
| 	\grg c16 [ e8.~ ] e4~ e8 [ \grG e8 ] \grg d8. [ b16 ] | | 	\grg c16 [ e8.~ ] e4~ e8 [ \grG e8 ] \grg d8. [ b16 ] | | ||||||
| 	e2. | 	e2. | ||||||
| } | } | ||||||
| 
 | pipessecndB = { | ||||||
| pipessecndBA = { |  | ||||||
| 	\grg a8 [ \grd a8 ] | | 	\grg a8 [ \grd a8 ] | | ||||||
| 	\grg d2~ d8 [ \grg d8 ] e16 [ d16 e8 ] | | 	\grg d2~ d8 [ \grg d8 ] e16 [ d16 e8 ] | | ||||||
| 	\grg d16 [ f8.~ ] f2 \grg \tuplet 3/2 { f8 [ e8 d8 ] } | | 	\grg d16 [ f8.~ ] f2 \grg \tuplet 3/2 { f8 [ e8 d8 ] } | | ||||||
| 	\grg e16 [ A8.~ ] A4 e8 [ \grg A8 ] f8. [ d16 ] | | 	\grg e16 [ A8.~ ] A4 e8 [ \grg A8 ] f8. [ d16 ] | | ||||||
| 	e2. | 	e2. | ||||||
| } | } | ||||||
| pipessecndBB = { |  | ||||||
| 	\grg a8 [ \grd a8 ] |  |  | ||||||
| 	\grg d2~ d8 [ \grg d8 ] e16 [ d16 e8 ] | |  | ||||||
| 	\grg d16 [ f8.~ ]  f2 \grg \tuplet 3/2 { f8 [ e8 d8 ] } | |  | ||||||
| 	\grg e16 [ A8.~ ] A4 e8 [ \grg A8 ] f8. [ d16 ] | |  | ||||||
| 	e2.  |  | ||||||
| } |  | ||||||
| 
 | 
 | ||||||
| pipessecndCA = { | pipessecndC = { | ||||||
| 	c4 | | 	c4 | | ||||||
| 	\grg d8. [ b16 ] c16 [ a8.~ ] a2 | | 	\grg d8. [ b16 ] c16 [ a8.~ ] a2 | | ||||||
| 	\grg b16 [ a16 G8 ] a16 [ c8.~ ] c4. \grG c8 | | 	\grg b16 [ a16 G8 ] a16 [ c8.~ ] c4. \grG c8 | | ||||||
| 	\grg d8. [ b16 ] \grd c16 [ a8.~ ] a2 | | 	\grg d8. [ b16 ] \grd c16 [ a8.~ ] a2 | | ||||||
| 	\grg d8. [ c8 b16 ] \grG a4. | 	\grg d8. [ c8 b16 ] \grG a4. | ||||||
| } | } | ||||||
| pipessecndCB = { |  | ||||||
| 	e16 [ c8.~ ] c4~ c8 [ \grG c8 ] \grg d16 [ c16 b8 ] | |  | ||||||
| 	\grg c16 [ e8.~ ] e4~ e8 [ \grG e8 ] \grg f8 [ \dblA A8 ] | |  | ||||||
| 	e16 [ c8.~ ] c4~ c8 [ \grG c8 ] \grg d8. [ b16 ] | |  | ||||||
| 	\grG a2.  |  | ||||||
| } |  | ||||||
|  |  | ||||||
|  | @ -1,56 +1,53 @@ | ||||||
| % 4/4 Bells of Dunblane | % 4/4 Bells of Dunblane | ||||||
| % Side | % Side | ||||||
| \version "2.18.2" | \version "2.18.2" | ||||||
| composerSide = "v2.0@01-04-10" | composerSide = "" | ||||||
| arrangerSide = "" | arrangerSide = "E.T. de Boone, 2019" | ||||||
| sideglobal = {} | sideglobal = {} | ||||||
| % Music | % Music | ||||||
| snareA = \drummode { | snarePI = \drummode { | ||||||
|   \compressMMRests{ | 		\flam g8\! \triplet { d16 g d } | ||||||
| 	 \override MultiMeasureRest.expand-limit = #2 | 		\flam g8 \triplet { d16 g d } | ||||||
| 		r4 | | 		\flam g8 \triplet { d16 g d } | ||||||
| 		R1*3 | | 		\flam g8 \backstick d | ||||||
| 		r4 r4 r4 d4:32( |  | ||||||
| 		| | 		| | ||||||
| 	} | } | ||||||
| 	\repeat unfold 2 { | snarePII = \drummode { | ||||||
| 		d8.) g16-> | 		\backstick g8\! \triplet { d16 g d } | ||||||
| 		r16 g8-> g16 | 		\flam g8 \triplet { d16 g d } | ||||||
| 		d8-> d32 g d g | 		\flam g8 \triplet { d16 g d } | ||||||
| 		d16-> g d d | 		\flam \triplet { g16\< d g } 	\flam \triplet { d16 g d \! } | ||||||
| 		| | 		| | ||||||
| 		g8-> g16 d-> | } | ||||||
| 		r16 g8-> g16 | snarePIII = \drummode { | ||||||
| 		\flam d4 | 		\flam d8\! \triplet { d16 g d } | ||||||
| 		d4:32( | 		\flam g8 \triplet { d16 g d } | ||||||
| 		| | 		\flam g8 \triplet { d16 g d } | ||||||
| 	} | 		\flam g8 \backstick d | ||||||
| 	d4) r4 r4 r4 | | 		| | ||||||
| 	r4 r4 r4 \flamg \triplet { g8 \flam d \flam g } | } | ||||||
| 	| | snarePIV = \drummode { | ||||||
| 	d1:32(->\< | 				\backstick g8\! \triplet { d16 g d } | ||||||
| 	| | 				\flam g8 \triplet { d16 g d } | ||||||
| 	d1:32)(\!\> | 				\flam g8 \triplet { d16 g d } | ||||||
| 	| | 				\flam g8 \backstick d | ||||||
| 	\repeat unfold 3 { | 				| | ||||||
| 		d8.)\! g16-> | } | ||||||
| 		r16 g8-> g16 | snarePV = \drummode { | ||||||
| 		d8-> d32 g d g | 				\backstick g1 | ||||||
| 		d16-> g d d | } | ||||||
| 		| | 
 | ||||||
| 		g8-> g16 d-> | snareA = \drummode { | ||||||
| 		r16 g8-> g16 | 	\snarePIII \snarePII | ||||||
| 		\flam d4 | 	\snarePI \snarePII | ||||||
| 		d4:32( | } | ||||||
| 		| | snareB = \drummode { | ||||||
| 	} | 	\snarePI \snarePII | ||||||
| 	d8.) g16-> | } | ||||||
| 	r16 g8-> g16 | snareC = \drummode { | ||||||
| 	d8-> d32 g d g | 	% concat with snarePV for ending | ||||||
| 	d16-> g d d | 	\snarePI  | ||||||
| 	| | 	\snarePII | ||||||
| 	g8-> g16 d-> | 	\snarePI  | ||||||
| 	r16 g8-> g16 | 	\snarePIV | ||||||
| 	\flam d4 |  | ||||||
| 
 |  | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -7,13 +7,19 @@ | ||||||
| \include "./notes.pipes.seconds.ily" | \include "./notes.pipes.seconds.ily" | ||||||
| %\include "./notes.pipes.thirds.ily" | %\include "./notes.pipes.thirds.ily" | ||||||
| 
 | 
 | ||||||
|  | \layout { | ||||||
|  | 	indent = 8.0 | ||||||
|  | 	short-indent = 2.0 | ||||||
|  | } | ||||||
|  | 
 | ||||||
| \score { | \score { | ||||||
| 	\new StaffGroup << | 	\new StaffGroup << | ||||||
| 		\new Staff = "pipes"  { | 		\new Staff = "pipes"  \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentPipes } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentPipes } | ||||||
|  | 		} { | ||||||
| 			\global | 			\global | ||||||
| 			\pipeglobal | 			\pipeglobal | ||||||
| 			\set Staff.instrumentName = \markup{ \instrumentPipes } |  | ||||||
| 			\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes } |  | ||||||
| 			<< | 			<< | ||||||
| 			  	\new NullVoice = "format" { | 			  	\new NullVoice = "format" { | ||||||
| 					\repeat volta 2 { | 					\repeat volta 2 { | ||||||
|  | @ -31,8 +37,6 @@ | ||||||
| 
 | 
 | ||||||
| 					\part | 					\part | ||||||
| 					\line | 					\line | ||||||
| 					\bar "||" |  | ||||||
| 					\line |  | ||||||
| 					\bar "|." | 					\bar "|." | ||||||
| 				}%Format | 				}%Format | ||||||
| 				\new Voice = "pipes" { | 				\new Voice = "pipes" { | ||||||
|  | @ -40,19 +44,19 @@ | ||||||
| 
 | 
 | ||||||
| 					\pipesBA \pipesBB s4 | 					\pipesBA \pipesBB s4 | ||||||
| 
 | 
 | ||||||
| 					\pipesC \pipesC s4 | 					\pipesC s4 | ||||||
| 				}%Pipes | 				}%Pipes | ||||||
| 			>> | 			>> | ||||||
| 		} | 		} | ||||||
| 		\new Staff = "seconds" { | 		\new Staff = "seconds" \with { | ||||||
| 			\pipessecndglobal | 			instrumentName = \markup{ \instrumentSecnd } | ||||||
| 			\set Staff.instrumentName = \markup{ \instrumentSecnd } | 			shortInstrumentName = \markup{ \shortInstrumentPipesSecnd} | ||||||
| 			\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd} | 		} {\pipessecndglobal | ||||||
| 				\pipessecndA s4 | 				\pipessecndA s4 | ||||||
| 
 | 
 | ||||||
| 				\pipessecndBA	\pipessecndBB s4 | 				\pipessecndB	\pipessecndB s4 | ||||||
| 				 | 				 | ||||||
| 				\pipessecndCA	\pipessecndCB s4 | 				\pipessecndC s4 | ||||||
| 
 | 
 | ||||||
| 		} | 		} | ||||||
| %		\new Staff = "thirds" { | %		\new Staff = "thirds" { | ||||||
|  | @ -91,7 +95,7 @@ | ||||||
| 
 | 
 | ||||||
| 				\pipesBA \pipesBB | 				\pipesBA \pipesBB | ||||||
| 				 | 				 | ||||||
| 				\pipesC	\pipesC | 				\pipesC | ||||||
| 	 | 	 | ||||||
| 		} | 		} | ||||||
| 		\new Staff = "seconds" { | 		\new Staff = "seconds" { | ||||||
|  | @ -100,9 +104,9 @@ | ||||||
| 			%% Seconds | 			%% Seconds | ||||||
| 				\pipessecndA \pipessecndA | 				\pipessecndA \pipessecndA | ||||||
| 
 | 
 | ||||||
| 				\pipessecndBA	\pipessecndBB | 				\pipessecndB	\pipessecndB | ||||||
| 				 | 				 | ||||||
| 				\pipessecndCA	\pipessecndCB | 				\pipessecndC | ||||||
| 
 | 
 | ||||||
| 		} | 		} | ||||||
| %		\new Staff = "thirds" { | %		\new Staff = "thirds" { | ||||||
|  |  | ||||||
|  | @ -24,10 +24,9 @@ | ||||||
| 				\bar "|." | 				\bar "|." | ||||||
| 				\break | 				\break | ||||||
| 
 | 
 | ||||||
| 				\repeat volta 2 { | 				\part | ||||||
| 				  	\part | 				\line | ||||||
| 					\line | 				\bar "|." | ||||||
| 				} |  | ||||||
| 			}%Format | 			}%Format | ||||||
| 			 | 			 | ||||||
| 			\new Voice = "pipes" { | 			\new Voice = "pipes" { | ||||||
|  | @ -50,10 +49,12 @@ | ||||||
| \score { | \score { | ||||||
| 	\new Staff { \global \pipeglobal | 	\new Staff { \global \pipeglobal | ||||||
| 		\set Staff.midiInstrument = #"bagpipe" | 		\set Staff.midiInstrument = #"bagpipe" | ||||||
|  | 
 | ||||||
| 		%%Tune | 		%%Tune | ||||||
|  | 			\partial 4  | ||||||
| 			\pipesA		\pipesA | 			\pipesA		\pipesA | ||||||
| 			\pipesBA	\pipesBB | 			\pipesBA	\pipesBB | ||||||
| 			\pipesC		\pipesC | 			\pipesC | ||||||
| 
 | 
 | ||||||
| 	} | 	} | ||||||
| 	\midi { \confTempo } | 	\midi { \confTempo } | ||||||
|  |  | ||||||
|  | @ -17,26 +17,23 @@ | ||||||
| 				} | 				} | ||||||
| 				\break | 				\break | ||||||
| 
 | 
 | ||||||
| 				\part | 				\repeat volta 2 { | ||||||
| 				\line  | 					\part | ||||||
| 				\bar "||" | 					\line  | ||||||
| 				\line | 				} | ||||||
| 				\bar "|." |  | ||||||
| 				\break | 				\break | ||||||
| 
 | 
 | ||||||
| 				\part | 				\part | ||||||
| 				\line | 				\line | ||||||
| 				\bar "||" |  | ||||||
| 				\line |  | ||||||
| 				\bar "|." | 				\bar "|." | ||||||
| 			}%Format | 			}%Format | ||||||
| 			 | 			 | ||||||
| 			\new Voice = "seconds" { | 			\new Voice = "seconds" { | ||||||
| 				\pipessecndA s4 | 				\pipessecndA s4 | ||||||
| 
 | 
 | ||||||
| 				\pipessecndBA	\pipessecndBB s4 | 				\pipessecndB s4 | ||||||
| 				 | 				 | ||||||
| 				\pipessecndCA	\pipessecndCB s4 | 				\pipessecndC s4 | ||||||
| 			 | 			 | ||||||
| 			} | 			} | ||||||
| 		>> | 		>> | ||||||
|  | @ -55,9 +52,9 @@ | ||||||
| 			\partial 4 | 			\partial 4 | ||||||
| 				\pipessecndA \pipessecndA | 				\pipessecndA \pipessecndA | ||||||
| 
 | 
 | ||||||
| 				\pipessecndBA	\pipessecndBB | 				\pipessecndB	\pipessecndB | ||||||
| 				 | 				 | ||||||
| 				\pipessecndCA	\pipessecndCB | 				\pipessecndC | ||||||
| 	} | 	} | ||||||
| 	\midi { \confTempo } | 	\midi { \confTempo } | ||||||
| 	\header { | 	\header { | ||||||
|  |  | ||||||
|  | @ -11,17 +11,27 @@ | ||||||
| 		\sideglobal | 		\sideglobal | ||||||
| 		<< | 		<< | ||||||
| 			\new NullVoice = "format" { | 			\new NullVoice = "format" { | ||||||
| 				\part | 			  \line  | ||||||
|  | 			 % \bar "||" | ||||||
|  | 			  \break | ||||||
|  | 			  \repeat volta 2 { | ||||||
| 				\line | 				\line | ||||||
| 				\line | 			  } | ||||||
| 				\line | 			  %\bar "||" | ||||||
| 				\line | 			  \break | ||||||
| 				\line | 			  \line | ||||||
| 				\bar "|." | 			  \bar "|." | ||||||
|  | 			  \measure | ||||||
|  | 			  \bar "|." | ||||||
|  | 			   | ||||||
| 			}%Format | 			}%Format | ||||||
| 			 | 			 | ||||||
| 			\new DrumVoice = "side" { | 			\new DrumVoice = "side" { | ||||||
| 				\snareA | 				\snareA | ||||||
|  | 				\repeat percent 2 { | ||||||
|  | 					\snareB | ||||||
|  | 				} | ||||||
|  | 				\snareC \snarePV | ||||||
| 			} | 			} | ||||||
| 		>> | 		>> | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
							
								
								
									
										18
									
								
								airs/rose_of_kelvingrove/config.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								airs/rose_of_kelvingrove/config.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | ||||||
|  | \version "2.19.0" | ||||||
|  | %% Globals | ||||||
|  | global = { | ||||||
|  | 	\key d \major | ||||||
|  | 	\time 4/4 | ||||||
|  | 	} | ||||||
|  | confTempo = {  | ||||||
|  | 	\tempo 4 = 80  | ||||||
|  | 	} | ||||||
|  | %% Format | ||||||
|  | part = { \partial 8 \grace{s4.} s8 } | ||||||
|  | measure = { \grace {s1} s1 | } | ||||||
|  | halfline = { \repeat unfold 4 \measure } | ||||||
|  | line = { \repeat unfold 2 { \halfline } } | ||||||
|  | 
 | ||||||
|  | %% Headers | ||||||
|  | title = "Rose of Kelvingrove" | ||||||
|  | meter = "Air" | ||||||
							
								
								
									
										11
									
								
								airs/rose_of_kelvingrove/notes.pipes.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								airs/rose_of_kelvingrove/notes.pipes.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | ||||||
|  | % 4/4 The Rose of Kelvingrove | ||||||
|  | % Pipes | ||||||
|  | \version "2.18.2" | ||||||
|  | composerPipes = "D. Knox" | ||||||
|  | arrangerPipes = "" | ||||||
|  | pipeglobal = { | ||||||
|  | 	\bagpipeKey | ||||||
|  | } | ||||||
|  | % Music | ||||||
|  | pipesA = { | ||||||
|  | } | ||||||
							
								
								
									
										36
									
								
								airs/rose_of_kelvingrove/notes.side.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								airs/rose_of_kelvingrove/notes.side.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,36 @@ | ||||||
|  | % 4/4 The Rose of Kelvingrove | ||||||
|  | % Side | ||||||
|  | \version "2.18.2" | ||||||
|  | composerSide = "" | ||||||
|  | arrangerSide = "" | ||||||
|  | sideglobal = { | ||||||
|  | 	\sixteenthBeaming | ||||||
|  | } | ||||||
|  | % Music | ||||||
|  | snareA = \drummode { | ||||||
|  | 	\repeat percent 3 { | ||||||
|  | 		d4:32(\< d:32)( d4)\! \flam d4 | | ||||||
|  | 	} | ||||||
|  | 	d4:32(\< d:32)( d8)\! g8 \flam d8 \flam g | | ||||||
|  | 
 | ||||||
|  | 	\repeat percent 2 { | ||||||
|  | 		d4:32(\< d:32)( d4)\! \flam d4 | | ||||||
|  | 	} | ||||||
|  | 	d4:32(\< d:32)( d8)\! g8 \flam d8 \flam g | | ||||||
|  | 	d4:32(\< d:32)( d4)\! \flam d4 | | ||||||
|  | } | ||||||
|  | snareB = \drummode { | ||||||
|  | 	\repeat percent 2 { | ||||||
|  | 		d4:32(\< d:32)( d4)\! \flam d4 | | ||||||
|  | 		d4:32(\< d:32)( d8)\! g8 \flam d8 \flam g | | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
|  | 	\repeat percent 2 { | ||||||
|  | 		d4:32(\< d:32)( d4)\! \flam d4 | | ||||||
|  | 	} | ||||||
|  | 	d4:32(\< d:32)( d8)\! g8 \flam d8 \flam g | | ||||||
|  | 	d4:32(\< d:32)( d4)\! \flam d4 | | ||||||
|  | } | ||||||
|  | snareC = \drummode { | ||||||
|  | 	\snareA | ||||||
|  | } | ||||||
							
								
								
									
										35
									
								
								airs/rose_of_kelvingrove/side.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								airs/rose_of_kelvingrove/side.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,35 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.side.ily" | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  |     \new PipeBandDrumStaff { | ||||||
|  |         \global | ||||||
|  | 		\sideglobal | ||||||
|  | 		 | ||||||
|  | 		\repeat volta 2 { | ||||||
|  | 			\unfoldRepeats  | ||||||
|  | 			\snareA | ||||||
|  | 		} | ||||||
|  | 		\break | ||||||
|  | 		\repeat volta 2 { | ||||||
|  | 			\unfoldRepeats  | ||||||
|  | 			\snareB | ||||||
|  | 		} | ||||||
|  | 		\break | ||||||
|  | 		\repeat volta 2 { | ||||||
|  | 			\unfoldRepeats  | ||||||
|  | 			\snareC | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		instrument = \instrumentSide | ||||||
|  | 		composer = \composerSide | ||||||
|  | 		arranger = \arrangerSide | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										47
									
								
								airs/when_the_pipers_play/bass.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										47
									
								
								airs/when_the_pipers_play/bass.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,47 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.bass.ily" | ||||||
|  | 
 | ||||||
|  | \layout { | ||||||
|  | 	indent = 6.0 | ||||||
|  | 	short-indent = 6.0 | ||||||
|  | } | ||||||
|  | \score { | ||||||
|  | 	\new StaffGroup << | ||||||
|  | 		\new PipeBandDrumStaff = "bass" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentBass } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentBass} | ||||||
|  | 		} { | ||||||
|  |         		\global | ||||||
|  | 			\bassglobal | ||||||
|  | 			<< | ||||||
|  | 				\new NullVoice = "format" | ||||||
|  | 				{ | ||||||
|  | 					\repeat volta 2 { | ||||||
|  | 						\line | ||||||
|  | 					} | ||||||
|  | 
 | ||||||
|  | 				}%Format | ||||||
|  | 				\new DrumVoice { | ||||||
|  | 					\bassA | ||||||
|  | 				} | ||||||
|  | 			>> | ||||||
|  | 		} | ||||||
|  | 		\new PipeBandDrumStaff = "center" \with { | ||||||
|  | 			instrumentName = \markup \right-column { "Center" \instrumentBass } | ||||||
|  | 			shortInstrumentName = \markup { "C.B.D." } | ||||||
|  | 		}{ | ||||||
|  | 			\centerbassA | ||||||
|  | 		} | ||||||
|  | 	>> | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		instrument = \instrumentBass | ||||||
|  | 		composer = \composerBass | ||||||
|  | 		arranger = \arrangerBass | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										94
									
								
								airs/when_the_pipers_play/drums.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										94
									
								
								airs/when_the_pipers_play/drums.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,94 @@ | ||||||
|  | \version "2.19.0" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.bass.ily" | ||||||
|  | \include "./notes.tenor.ily" | ||||||
|  | \include "./notes.side.ily" | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | \layout { | ||||||
|  | 	indent = 6.0 | ||||||
|  | 	short-indent = 6.0 | ||||||
|  | } | ||||||
|  | makePercent = | ||||||
|  | #(define-music-function (parser location note) (ly:music?) | ||||||
|  |    "Make a percent repeat the same length as NOTE." | ||||||
|  |    (make-music 'PercentEvent | ||||||
|  |                'length (ly:music-length note))) | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  | 	\new StaffGroup << | ||||||
|  | 		\new PipeBandDrumStaff = "side" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentSide } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentSide } | ||||||
|  | 		} { | ||||||
|  | 			\global | ||||||
|  | 			\sideglobal | ||||||
|  | 			<< | ||||||
|  | 				\new NullVoice = "format" { | ||||||
|  | 					\partial 4 s4 | ||||||
|  | 					\repeat volta 2 { | ||||||
|  | 						\halfline | ||||||
|  | 						\measure | ||||||
|  | 						\measure | ||||||
|  | 						\measure | ||||||
|  | 					} | ||||||
|  | 					\alternative { | ||||||
|  | 						{ \measure } | ||||||
|  | 						{ \measure } | ||||||
|  | 					} | ||||||
|  | 					\bar "|." | ||||||
|  | 				}%End of Format | ||||||
|  | 				\new DrumVoice = "side" { | ||||||
|  | 					\snareAA | ||||||
|  | 					\snareAEndingI | ||||||
|  | 					\snareAEndingII | ||||||
|  | 				}%End of side | ||||||
|  | 			>> | ||||||
|  | 		} | ||||||
|  | 		\new PipeBandDrumStaff = "tenor" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentTenor } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||||
|  | 		} { | ||||||
|  | 			\tenorglobal | ||||||
|  | 			s4 | ||||||
|  | 			\tenorA r4 | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | 		\new PipeBandDrumStaff = "bass" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentBass } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentBass} | ||||||
|  | 		} { | ||||||
|  | 			\bassglobal | ||||||
|  | 			s4 | ||||||
|  | 			\bassA | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | 		\new PipeBandDrumStaff = "center" \with { | ||||||
|  | 			instrumentName = \markup \right-column { "Center" \instrumentBass } | ||||||
|  | 			shortInstrumentName = \markup{ "C.B.D." } | ||||||
|  | 		} { | ||||||
|  | 			\bassglobal | ||||||
|  | 			s4 | ||||||
|  | 			\centerbassA | ||||||
|  | 		} | ||||||
|  | 	>> | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		composer = \markup { | ||||||
|  | 			\column \right-align { | ||||||
|  | 				$(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=? "" composerSide))  #{ \markup {\line { \instrumentSide }}#} ) | ||||||
|  | 				$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) | ||||||
|  | 				$(if (not (string=? "" composerBass))  #{ \markup {\line { \instrumentBass }}#} ) | ||||||
|  | 			} | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										151
									
								
								airs/when_the_pipers_play/full.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										151
									
								
								airs/when_the_pipers_play/full.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,151 @@ | ||||||
|  | \version "2.19.0" | ||||||
|  | 
 | ||||||
|  | \include "bagpipe.ly" | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.bass.ily" | ||||||
|  | \include "./notes.tenor.ily" | ||||||
|  | \include "./notes.side.ily" | ||||||
|  | \include "./notes.pipes.ily" | ||||||
|  | \include "./notes.pipes.seconds.ily" | ||||||
|  | %\include "./notes.lyrics.ily" | ||||||
|  | 
 | ||||||
|  | \layout { | ||||||
|  | 	indent = 6.0 | ||||||
|  | 	short-indent = 2.0 | ||||||
|  | 	%\context { | ||||||
|  | 	%	\Score | ||||||
|  | 	%	\remove "Volta_engraver" | ||||||
|  | 	%} | ||||||
|  | } | ||||||
|  | makePercent = | ||||||
|  | #(define-music-function (parser location note) (ly:music?) | ||||||
|  |    "Make a percent repeat the same length as NOTE." | ||||||
|  |    (make-music 'PercentEvent | ||||||
|  |                'length (ly:music-length note))) | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  | 	\new StaffGroup << | ||||||
|  | 		\new Staff \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentPipes } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentPipes } | ||||||
|  | 			\RemoveAllEmptyStaves | ||||||
|  | 		} { | ||||||
|  | 			\global | ||||||
|  | 			\pipeglobal | ||||||
|  | 			<< | ||||||
|  | 				\new NullVoice = "format" { | ||||||
|  | 					\repeat volta 2 { | ||||||
|  | 						\part | ||||||
|  | 						\halfline | ||||||
|  | 						\measure | ||||||
|  | 						\measure | ||||||
|  | 						\measure | ||||||
|  | 					} \alternative { | ||||||
|  | 						\measure | ||||||
|  | 						\measure | ||||||
|  | 					} | ||||||
|  | 					\bar "|." | ||||||
|  | 				}%Format | ||||||
|  | 
 | ||||||
|  | 				\new Voice = "pipes" { | ||||||
|  | 					\pipesA s8*3 | ||||||
|  | 					\makePercent s1 | ||||||
|  | 				}%Pipes | ||||||
|  | 			>> | ||||||
|  | 		} | ||||||
|  | %{		\new Staff = "song" { | ||||||
|  |   			\lyricsglobal | ||||||
|  | 			\new Voice = "lyrics" { | ||||||
|  | 
 | ||||||
|  | 			} | ||||||
|  | 		} | ||||||
|  | }% | ||||||
|  | %{		\new Lyrics = "verse1" { | ||||||
|  | 		  \lyricsglobal | ||||||
|  | 		  \lyricsto "lyrics" { | ||||||
|  | 			\verseA | ||||||
|  | 		  } | ||||||
|  | 		} | ||||||
|  | %} | ||||||
|  | 		\new Staff = "seconds" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentPipes \instrumentSecnd } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentPipesSecnd } | ||||||
|  | 
 | ||||||
|  | 		} { | ||||||
|  | 			\pipessecndglobal | ||||||
|  | 			\pipessecndA s8*3 | ||||||
|  | 			\makePercent s1 | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | 
 | ||||||
|  | 		\new PipeBandDrumStaff = "side" \with { | ||||||
|  | 			instrumentName = \markup { \instrumentSide } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentSide } | ||||||
|  | 		%	\consists "Volta_engraver" | ||||||
|  | 		} { | ||||||
|  | 			\sideglobal | ||||||
|  | 
 | ||||||
|  | 			s8  | ||||||
|  | 				\snareAA | ||||||
|  | 				\snareAEndingI | ||||||
|  | 				\snareAEndingII | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | 		\new PipeBandDrumStaff = "tenor" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentTenor } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||||
|  | 		} { | ||||||
|  | 			\tenorglobal | ||||||
|  | 
 | ||||||
|  | 			s8*3 | ||||||
|  | 			\tenorA r4 | ||||||
|  | 			\makePercent s1 | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | 		\new PipeBandDrumStaff = "bass" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentBass } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentBass } | ||||||
|  | 		} { | ||||||
|  | 			\bassglobal | ||||||
|  | 			s8*3 | ||||||
|  | 			\bassA | ||||||
|  | 			\makePercent s1 | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | 		\new PipeBandDrumStaff = "center" \with { | ||||||
|  | 			instrumentName = \markup \right-column { "Center" \instrumentBass } | ||||||
|  | 			shortInstrumentName = \markup{ "C.B.D." } | ||||||
|  | 		} { | ||||||
|  | 			\bassglobal | ||||||
|  | 			s8*3 | ||||||
|  | 			\centerbassA | ||||||
|  | 			\makePercent s1 | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | 	>> | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		composer = \markup \large { | ||||||
|  | 			\column \right-align { | ||||||
|  | 				$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} ) | ||||||
|  | 				$(if (not (string=? "" composerPipes))  #{ \markup {\line { \composerPipes  ":" }} #} ) | ||||||
|  | 				$(if (not (string=? "" composerPipessecnd))  #{ \markup {\line { \composerPipessecnd ":" }} #} ) | ||||||
|  | 				$(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=? "" composerPipessecnd))  #{ \markup {\line { \instrumentPipessecnd }}#} ) | ||||||
|  | 				$(if (not (string=? "" composerSide))  #{ \markup {\line { \instrumentSide }}#} ) | ||||||
|  | 				$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) | ||||||
|  | 				$(if (not (string=? "" composerBass))  #{ \markup {\line { \instrumentBass }}#} ) | ||||||
|  | 			} | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										64
									
								
								airs/when_the_pipers_play/mid.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										64
									
								
								airs/when_the_pipers_play/mid.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,64 @@ | ||||||
|  | \version "2.19.0" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.bass.ily" | ||||||
|  | \include "./notes.tenor.ily" | ||||||
|  | 
 | ||||||
|  | \layout { | ||||||
|  | 	indent = 5.0 | ||||||
|  | 	short-indent = 2.0 | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  | 	\new StaffGroup << | ||||||
|  | 		\new PipeBandDrumStaff = "tenor" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentTenor } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||||
|  | 		} { | ||||||
|  | 			\tenorglobal | ||||||
|  | 			\global | ||||||
|  | 			<< | ||||||
|  | 				{ | ||||||
|  | 					\repeat volta 2 { | ||||||
|  | 						\line | ||||||
|  | 					} | ||||||
|  | 				}%Format | ||||||
|  | 				{ | ||||||
|  | 					\tenorA | ||||||
|  | 				}%Music | ||||||
|  | 			>> | ||||||
|  | 		} | ||||||
|  | 		\new PipeBandDrumStaff = "bass" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentBass } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentBass } | ||||||
|  | 		} { | ||||||
|  | 			\bassglobal | ||||||
|  | 			\bassA | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | 		\new PipeBandDrumStaff = "center" \with { | ||||||
|  | 			instrumentName = \markup{ \instrumentBass } | ||||||
|  | 			shortInstrumentName = \markup{ \shortInstrumentBass } | ||||||
|  | 		} { | ||||||
|  | 			\bassglobal | ||||||
|  | 			\centerbassA | ||||||
|  | 
 | ||||||
|  | 		} | ||||||
|  | 	>> | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		composer = \markup { | ||||||
|  | 			\column \right-align { | ||||||
|  | 				$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor  ":" }} #} ) | ||||||
|  | 				$(if (not (string=? "" composerBass))  #{ \markup {\line { \composerBass  ":" }} #} ) | ||||||
|  | 			} | ||||||
|  | 			\column \right-align { | ||||||
|  | 				$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) | ||||||
|  | 				$(if (not (string=? "" composerBass))  #{ \markup {\line { \instrumentBass }}#} ) | ||||||
|  | 			} | ||||||
|  | 		} | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										25
									
								
								airs/when_the_pipers_play/notes.bass.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								airs/when_the_pipers_play/notes.bass.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,25 @@ | ||||||
|  | % 4/4 When the Pipers play | ||||||
|  | % Bass | ||||||
|  | \version "2.18.2" | ||||||
|  | composerBass  = "T. Hachmang" | ||||||
|  | arrangerBass  = "E.T. de Boone, 2019" | ||||||
|  | bassglobal = {} | ||||||
|  | % Music | ||||||
|  | bassEnding = \drummode { | ||||||
|  | 	bd4 r4 r4 r4 | ||||||
|  | } | ||||||
|  | bassA = \drummode { | ||||||
|  | 	\repeat unfold 7 { | ||||||
|  | 			bd4 r8 bd8 r8 bd8 bd4 | ||||||
|  | 	} | ||||||
|  | 	\bassEnding | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | centerbassEnding = \drummode { | ||||||
|  | 	bd4 bd4 bd4 bd4 | ||||||
|  | } | ||||||
|  | centerbassA = \drummode { | ||||||
|  | 	\repeat unfold 8 { | ||||||
|  | 		bd4 bd4 bd4 bd4 | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										65
									
								
								airs/when_the_pipers_play/notes.side.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										65
									
								
								airs/when_the_pipers_play/notes.side.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,65 @@ | ||||||
|  | % 4/4 When the Pipers Play | ||||||
|  | % Side | ||||||
|  | \version "2.18.2" | ||||||
|  | composerSide = "T. Hachmang" | ||||||
|  | arrangerSide = "E.T. de Boone, 2019" | ||||||
|  | sideglobal = { | ||||||
|  | } | ||||||
|  | % Music | ||||||
|  | snareAAupbeat = \drummode { | ||||||
|  | 	d8 g | | ||||||
|  | } | ||||||
|  | snareAA = \drummode { | ||||||
|  | 	\tag #'upbeat \snareAAupbeat | ||||||
|  | 	| | ||||||
|  | 	\flam d16. g32 d16. \flam g32 | ||||||
|  | 	d16. g32 \flam d16. g32 | ||||||
|  | 	d16. \flam g32 d16. g32 | ||||||
|  | 	\flam d16. g32 d16. g32 | ||||||
|  | 	| | ||||||
|  | 	\flam d16. g32 d16. \flam g32 | ||||||
|  | 	d16. g32 \flam d16. g32 | ||||||
|  | 	d16. \flam g32 d16. g32 | ||||||
|  | 	d4:32( | ||||||
|  | 	| | ||||||
|  | 
 | ||||||
|  | 	d16.) g32 d16. \flam g32 | ||||||
|  | 	d16. g32 \flam d16. g32 | ||||||
|  | 	d16. \flam g32 d16. g32 | ||||||
|  | 	\flam d16. g32 d16. g32 | ||||||
|  | 	| | ||||||
|  | 
 | ||||||
|  | 	\flam d16. g32 d16. \flam g32 | ||||||
|  | 	d16. g32 \flam d8 | ||||||
|  | 	d2:32( | ||||||
|  | 
 | ||||||
|  | 	%% | ||||||
|  | 	d16.) g32 d16. \flam g32 | ||||||
|  | 	d16. g32 \flam d16. g32 | ||||||
|  | 	d16. \flam g32 d16. g32 | ||||||
|  | 	\flam d16. g32 d16. g32 | ||||||
|  | 	| | ||||||
|  | 
 | ||||||
|  | 	\flam d16. g32 d16. \flam g32 | ||||||
|  | 	d16. g32 \flam d16. g32 | ||||||
|  | 	d16. \flam g32 d16. g32 | ||||||
|  | 	d4:32( | ||||||
|  | 	| | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 	d16.) g32 d16. \flam g32 | ||||||
|  | 	d16. g32 \flam d16. g32 | ||||||
|  | 	d16. \flam g32 d16. g32 | ||||||
|  | 	\flam d16. g32 d16. g32 | ||||||
|  | 	| | ||||||
|  | } | ||||||
|  | snareAEndingI = \drummode { | ||||||
|  | 	\flam d16. g32 d16. \flam g32 | ||||||
|  | 	d16. g32 \flam d8 | ||||||
|  | 	d2:32\laissezVibrer | ||||||
|  | } | ||||||
|  | snareAEndingII = \drummode { | ||||||
|  | 	\flam d16. g32 d16. \flam g32 | ||||||
|  | 	d16. g32 \flam d8 | ||||||
|  | 	\flam g8 | ||||||
|  | } | ||||||
							
								
								
									
										21
									
								
								airs/when_the_pipers_play/notes.tenor.ily
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								airs/when_the_pipers_play/notes.tenor.ily
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,21 @@ | ||||||
|  | % 4/4 When the Pipers play | ||||||
|  | % Tenor | ||||||
|  | \version "2.18.2" | ||||||
|  | composerTenor = "T. Hachmang" | ||||||
|  | arrangerTenor = "E.T. de Boone, 2019" | ||||||
|  | tenorglobal = {} | ||||||
|  | % Music | ||||||
|  | tenorEnd = \drummode { | ||||||
|  | 	d8.. g32 | ||||||
|  | 	r8 d8 | ||||||
|  | 	d4 | ||||||
|  | } | ||||||
|  | tenorA = \drummode { | ||||||
|  | 	\repeat unfold 7 { | ||||||
|  | 		d8.. g32 | ||||||
|  | 		r8 d8 | ||||||
|  | 		r16. g32 d8 | ||||||
|  | 		g4 | | ||||||
|  | 	} | ||||||
|  | 	\tenorEnd | ||||||
|  | } | ||||||
							
								
								
									
										42
									
								
								airs/when_the_pipers_play/side.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								airs/when_the_pipers_play/side.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,42 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.side.ily" | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  |     \new PipeBandDrumStaff { | ||||||
|  |         \global | ||||||
|  | 		\sideglobal | ||||||
|  | 		<< | ||||||
|  | 			\new NullVoice = "format" { | ||||||
|  | 				\partial 4 s4 | ||||||
|  | 				\repeat volta 2 { | ||||||
|  | 					\halfline | ||||||
|  | 					\measure | ||||||
|  | 					\measure | ||||||
|  | 					\measure | ||||||
|  | 				} | ||||||
|  | 				\alternative { | ||||||
|  | 					{ \measure } | ||||||
|  | 					{ \measure } | ||||||
|  | 				} | ||||||
|  | 				\bar "|." | ||||||
|  | 			}%Format | ||||||
|  | 
 | ||||||
|  | 			\new DrumVoice = "side" { | ||||||
|  | 				\snareAA | ||||||
|  | 				\snareAEndingI | ||||||
|  | 				\snareAEndingII | ||||||
|  | 			} | ||||||
|  | 		>> | ||||||
|  | 	} | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		instrument = \instrumentSide | ||||||
|  | 		composer = \composerSide | ||||||
|  | 		arranger = \arrangerSide | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										32
									
								
								airs/when_the_pipers_play/tenor.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								airs/when_the_pipers_play/tenor.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,32 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "lilydrum.ly" | ||||||
|  | 
 | ||||||
|  | \include "./config.ily" | ||||||
|  | \include "./notes.tenor.ily" | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  |     \new PipeBandDrumStaff { | ||||||
|  | 		\global | ||||||
|  | 		\tenorglobal | ||||||
|  | 		<< | ||||||
|  | 			\new NullVoice = "format" { | ||||||
|  | 				\repeat volta 2 { | ||||||
|  | 					\line | ||||||
|  | 				} | ||||||
|  | 
 | ||||||
|  | 			}%Format | ||||||
|  | 
 | ||||||
|  | 			\new DrumVoice = "tenor" { | ||||||
|  | 				\tenorA | ||||||
|  | 			} | ||||||
|  | 		>> | ||||||
|  | 	} | ||||||
|  | 	\header { | ||||||
|  | 		title = \title | ||||||
|  | 		meter = \meter | ||||||
|  | 		instrument = \instrumentTenor | ||||||
|  | 		composer = \composerTenor | ||||||
|  | 		arranger = \arrangerTenor | ||||||
|  | 	} | ||||||
|  | } | ||||||
							
								
								
									
										46
									
								
								standards/24_44_standards.side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								standards/24_44_standards.side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,46 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "./24_44_standards.side.ily" | ||||||
|  | 
 | ||||||
|  | % Scores | ||||||
|  | \score { | ||||||
|  | 	\new PipeBandDrumStaff { | ||||||
|  |         	\time 2/4 | ||||||
|  | 		\eighthBeaming | ||||||
|  | 		\drummode { \repeat volta 2 { \partial 8 \pempty \midstd \pempty \endtwo } }% End of drums % | ||||||
|  | 	} | ||||||
|  | 	\header { | ||||||
|  | 		title = "2/4 Standards (Canadian Memorial Pipes & Drums)" | ||||||
|  | 		meter = "Quick March" | ||||||
|  | 		composer = "" | ||||||
|  | 		instrument = "Side" | ||||||
|  | 	} | ||||||
|  | } | ||||||
|  | \score { | ||||||
|  |     \new PipeBandDrumStaff { | ||||||
|  |         \eighthBeaming | ||||||
|  |         \time 4/4 | ||||||
|  | 		\drummode{ | ||||||
|  |         	\repeat volta 2 { \partial 8 \pone \midstd \pone \endone } | ||||||
|  | 		\break | ||||||
|  |         	\repeat volta 2 { \partial 8 \pthree \midstd \pthree \endone } | ||||||
|  | 		\break | ||||||
|  |         	\repeat volta 2 { \partial 8 \pfour \midstd \pfour \endone } | ||||||
|  |         	\break | ||||||
|  |       	\repeat volta 2 { \partial 8 \pnine \midstd \pnine \endone } | ||||||
|  |       	\break | ||||||
|  |       	\repeat volta 2 { \partial 8 \pten \midstd \pten \endone } | ||||||
|  |       	\break | ||||||
|  |       	\repeat volta 2 { \partial 8 \peight \midstd \peight \endone } | ||||||
|  | 
 | ||||||
|  | 		}% End of drums % | ||||||
|  | 
 | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  | 	\header { | ||||||
|  | 		title = "4/4 Standards (Canadian Memorial Pipes & Drums)" | ||||||
|  | 		meter = "Quick March" | ||||||
|  | 		composer = "" | ||||||
|  | 		instrument = "Side" | ||||||
|  | 	} | ||||||
|  | } | ||||||
|  | @ -118,5 +118,11 @@ pnine = \drummode { | ||||||
| 	g16. d32:128~ d16. g32 | 	g16. d32:128~ d16. g32 | ||||||
| 	\flam d8 | 	\flam d8 | ||||||
| } | } | ||||||
|  | pten = \drummode { | ||||||
|  | 	\tag #'upbeat { d16. g32 } | | ||||||
|  | 	d8:32(-> g8:32)(-> | ||||||
|  | 	\triplet { d16) g d } \flam g16. g32 | | ||||||
|  | 	d8:32([-> g:32)(]->	d8) | ||||||
|  | } | ||||||
| %% Standard thingies | %% Standard thingies | ||||||
| midstd = \drummode { \midone } | midstd = \drummode { \midone } | ||||||
|  |  | ||||||
							
								
								
									
										27
									
								
								standards/34_standards.side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								standards/34_standards.side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,27 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "./34_standards.side.ily" | ||||||
|  | 
 | ||||||
|  | \score { | ||||||
|  | 	\new PipeBandDrumStaff { | ||||||
|  | 		\eighthBeaming | ||||||
|  | 		\time 3/4 | ||||||
|  | 		\drummode { | ||||||
|  | 			\repeat volta 2 { \pone | \midone | \pone | \endone } \break | ||||||
|  | 			\repeat volta 2 { \pthree | \midone | \pthree | \endone } \break | ||||||
|  | 			\repeat volta 2 { \pfive | \midone | \pfive | \endone } \break | ||||||
|  | 			\repeat volta 2 { \psixteen | \midone | \psixteen | \endone } \break | ||||||
|  | 			\repeat volta 2 { \pnineteen | \midone | \pnineteen | \endone } \break | ||||||
|  | 			\repeat volta 2 { \ptwenty | \midone | \ptwenty | \endone } \break | ||||||
|  | 			\repeat volta 2 { \ptwentyone | \midone | \ptwentyone | \endone } \break | ||||||
|  | 
 | ||||||
|  | 		}% End of drums % | ||||||
|  | 	} | ||||||
|  | 	\header { | ||||||
|  | 		title = "3/4 Standards (Canadian Memorial Pipes & Drums)" | ||||||
|  | 		meter = "Quick March" | ||||||
|  | 		composer = "" | ||||||
|  | 		instrument = "Side" | ||||||
|  | 	} | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | @ -84,3 +84,12 @@ pseventeen = \drummode { | ||||||
| peighteen = \drummode { | peighteen = \drummode { | ||||||
| 	\flam d8 d8:32(			g8[) \flam d8]		\triplet { d16-> g d } \triplet { g16-> d g } | | 	\flam d8 d8:32(			g8[) \flam d8]		\triplet { d16-> g d } \triplet { g16-> d g } | | ||||||
| } | } | ||||||
|  | pnineteen = \drummode { | ||||||
|  | 	\flamd d8 d8:32(	g8[) d8:32(]	g16.) d32:64( d16.) g32 | | ||||||
|  | } | ||||||
|  | ptwenty = \drummode { | ||||||
|  | 	\flamd d16. g32 d16. \flam g32		d16. g32 \flam d16. g32		d16. \flam g32 d16. g32 | | ||||||
|  | } | ||||||
|  | ptwentyone = \drummode { | ||||||
|  | 	\flamd d8 d8:32(		g8[) \flam d8]		g16 g \crossstick d \crossstick d | | ||||||
|  | } | ||||||
							
								
								
									
										25
									
								
								standards/68_standards.side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								standards/68_standards.side.cmpd.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,25 @@ | ||||||
|  | \version "2.18.2" | ||||||
|  | 
 | ||||||
|  | \include "./68_standards.side.ily" | ||||||
|  | 
 | ||||||
|  | % Score | ||||||
|  | \score { | ||||||
|  |     \new PipeBandDrumStaff { | ||||||
|  |         \time 6/8 | ||||||
|  | 
 | ||||||
|  |         \drummode { | ||||||
|  | 	       	\repeat volta 2 { \partial 8 \pone \midone \pone \endone}	\break | ||||||
|  | 	       	\repeat volta 2 { \partial 8 \pthree \midone \pthree \endone}	\break | ||||||
|  | 		    \repeat volta 2 { \partial 8 \pfour \midone \pfour \endone}	\break | ||||||
|  | 
 | ||||||
|  | 		    \repeat volta 2 { \partial 8 \ptwelve \midone \ptwelve \endone}	\break | ||||||
|  | 		}% End of drums % | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
|  | 	\header { | ||||||
|  | 		title = "6/8 Standards (Canadian Memorial Pipes & Drums)" | ||||||
|  | 		meter = "Quick March" | ||||||
|  | 		composer = "" | ||||||
|  | 		instrument = "Side" | ||||||
|  | 	} | ||||||
|  | } | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Eric Teunis de Boone
						Eric Teunis de Boone