mirror of
				https://github.com/kastdeur/pipeband-music.git
				synced 2025-10-31 02:16:34 +01:00 
			
		
		
		
	Added relative paths to MakeDrum
if \include starts with a dot it will assume it is a relative file. Otherwise it will leave it be
This commit is contained in:
		
							parent
							
								
									11bade01a4
								
							
						
					
					
						commit
						2c68877d37
					
				
					 232 changed files with 748 additions and 694 deletions
				
			
		|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
							
								
								
									
										36
									
								
								2-4_marches/black_bear/bass.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								2-4_marches/black_bear/bass.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,36 @@ | |||
| \version "2.18.2" | ||||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|         \global | ||||
| 		\bassglobal | ||||
| 		<< | ||||
| 			\new NullVoice = "format" | ||||
| 			{ | ||||
| 				\repeat volta 2 { | ||||
| 					\part \line | ||||
| 				} | ||||
| 				\break | ||||
| 				\part \line \bar "||" | ||||
| 				\break | ||||
| 				\line \bar "|." | ||||
| 			}%Format | ||||
| 			\new DrumVoice {  | ||||
| 				r8 \bassA s8 | ||||
| 				\bassB | ||||
| 				\bassA s8 | ||||
| 			} | ||||
| 		>> | ||||
| 	} | ||||
| 	\header { | ||||
| 		title = \title | ||||
| 		meter = \meter | ||||
| 		instrument = \instrumentBass | ||||
| 		composer = \composerBass | ||||
| 	} | ||||
| } | ||||
							
								
								
									
										68
									
								
								2-4_marches/black_bear/drums.ly
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										68
									
								
								2-4_marches/black_bear/drums.ly
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,68 @@ | |||
| \version "2.19.0" | ||||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
| 		\new PipeBandDrumStaff = "side" { | ||||
| 			\global | ||||
| 			\sideglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup{\instrumentSide} | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} | ||||
| 
 | ||||
| 			<< | ||||
| 				\new NullVoice = "format" { | ||||
| 					\repeat volta 2 { \part \halfline \break \halfline } \break | ||||
| 					\part \halfline \break \halfline \bar "||" \break | ||||
| 					\line \bar "|." | ||||
| 				}%End of Format | ||||
| 				\new DrumVoice = "side" { | ||||
| 					\snareA s8 | ||||
| 					\snareBA | ||||
| 					\snareBB | ||||
| 				}%End of side | ||||
| 			>> | ||||
| 		} | ||||
| 		\new PipeBandDrumStaff = "tenor" { | ||||
| 			\tenorglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||
| 
 | ||||
| 			\tenorA s8 | ||||
| 
 | ||||
| 			\tenorBA | ||||
| 			\tenorBB | ||||
| 		} | ||||
| 		\new PipeBandDrumStaff = "bass" { | ||||
| 			\bassglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} | ||||
| 
 | ||||
| 			r8 \bassA s8 | ||||
| 			\bassB | ||||
| 			\bassA | ||||
| 
 | ||||
| 		} | ||||
| 	>> | ||||
| 	\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 }}#} ) | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -2,10 +2,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -2,10 +2,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.tenor.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,9 +4,9 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "notes.pipes.seconds.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| \include "./notes.pipes.seconds.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.seconds.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.seconds.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.bass.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,10 +4,10 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.bass.ily" | ||||
| %\include "notes.tenor.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| %\include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -1,10 +1,10 @@ | |||
| \version "2.19.0" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.bass.ily" | ||||
| \include "notes.tenor.alt.ily" | ||||
| \include "notes.side.alt.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| \include "./notes.tenor.alt.ily" | ||||
| \include "./notes.side.alt.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -2,8 +2,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.alt.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.alt.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     	\new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -2,8 +2,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.tenor.alt.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.tenor.alt.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.tenor.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -2,9 +2,9 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "notes.lyrics.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| \include "./notes.lyrics.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,10 +4,10 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "notes.pipes.seconds.ily" | ||||
| \include "notes.pipes.thirds.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| \include "./notes.pipes.seconds.ily" | ||||
| \include "./notes.pipes.thirds.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.seconds.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.seconds.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.thirds.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.thirds.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.tenor.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| %\include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| %\include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.agira.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.agira.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.charge.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.charge.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,9 +4,9 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "notes.pipes.seconds.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| \include "./notes.pipes.seconds.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.seconds.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.seconds.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| %\include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,10 +4,10 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "notes.pipes.seconds.ily" | ||||
| %\include "notes.pipes.thirds.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| \include "./notes.pipes.seconds.ily" | ||||
| %\include "./notes.pipes.thirds.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.seconds.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.seconds.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| %\include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -6,13 +6,13 @@ | |||
| \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" | ||||
| \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" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| %\include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -1,10 +1,10 @@ | |||
| \version "2.19.0" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| %\include "notes.bass.ily" | ||||
| %\include "notes.tenor.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| %\include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| \version "2.18.2" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,10 +4,10 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| %\include "notes.bass.ily" | ||||
| \include "notes.tenor.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| \score { | ||||
|     \new Staff { | ||||
| 		\global | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.tenor.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| %\include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.tenor.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.bass.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,10 +4,10 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.bass.ily" | ||||
| \include "notes.tenor.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.tenor.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -6,11 +6,11 @@ | |||
| \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 "./config.ily" | ||||
| %\include "./notes.bass.ily" | ||||
| %\include "./notes.tenor.ily" | ||||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -6,13 +6,13 @@ | |||
| \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" | ||||
| \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" | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "bagpipe.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.pipes.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new Staff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.side.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.side.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ | |||
| 
 | ||||
| \include "lilydrum.ly" | ||||
| 
 | ||||
| \include "config.ily" | ||||
| \include "notes.bass.ily" | ||||
| \include "./config.ily" | ||||
| \include "./notes.bass.ily" | ||||
| 
 | ||||
| \score { | ||||
|     \new PipeBandDrumStaff { | ||||
|  |  | |||
Some files were not shown because too many files have changed in this diff Show more
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Eric Teunis de Boone
						Eric Teunis de Boone