mirror of
				https://github.com/kastdeur/pipeband-music.git
				synced 2025-10-31 02:16:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
	
		
			646 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			646 B
		
	
	
	
		
			Text
		
	
	
	
	
	
\version "2.18.2"
 | 
						|
 | 
						|
\include "bagpipe.ly"
 | 
						|
 | 
						|
\include "./config.ily"
 | 
						|
\include "./notes.pipes.ily"
 | 
						|
 | 
						|
\score {
 | 
						|
    \new Staff {
 | 
						|
		\global
 | 
						|
		\pipeglobal
 | 
						|
		\new Voice = "pipes" {
 | 
						|
			\repeat volta 2 { \pipesA } \break
 | 
						|
			\repeat volta 2 { \pipesB } \break
 | 
						|
			\repeat volta 2 { \pipesC } \break
 | 
						|
			\repeat volta 2 { \pipesD } \break
 | 
						|
		}
 | 
						|
	}
 | 
						|
	\header {
 | 
						|
		title = \title
 | 
						|
		meter = \meter
 | 
						|
		instrument = \instrumentPipes
 | 
						|
		composer = \composerPipes
 | 
						|
	}
 | 
						|
}
 | 
						|
\score {
 | 
						|
	\new Staff {
 | 
						|
		\global
 | 
						|
		\pipeglobal
 | 
						|
		\set Staff.midiInstrument = #"bagpipe"
 | 
						|
		%% Tune
 | 
						|
 | 
						|
		\pipesA
 | 
						|
		\pipesA
 | 
						|
		\pipesB
 | 
						|
		\pipesB
 | 
						|
		\pipesC
 | 
						|
		\pipesC
 | 
						|
		\pipesD
 | 
						|
		\pipesD
 | 
						|
	}
 | 
						|
	\midi { \confTempo }
 | 
						|
}
 |