mirror of
				https://github.com/kastdeur/pipeband-music.git
				synced 2025-10-31 02:16:34 +01:00 
			
		
		
		
	Presentation fixes for some mid and full scores
This commit is contained in:
		
							parent
							
								
									a1a6b13fab
								
							
						
					
					
						commit
						5d8d6b96d4
					
				
					 5 changed files with 75 additions and 42 deletions
				
			
		|  | @ -9,13 +9,19 @@ | |||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \layout { | ||||
| 	indent = 5.0 | ||||
| 	short-indent = 2.0 | ||||
| } | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
| 		\new Staff { | ||||
| 		\new Staff \with { | ||||
| 			instrumentName = \markup{ \instrumentPipes } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentPipes } | ||||
| 		} { | ||||
| 			\global | ||||
| 			\pipeglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes } | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes } | ||||
| 			<< | ||||
| 				{ | ||||
| 					\repeat unfold 2 { | ||||
|  | @ -39,10 +45,11 @@ | |||
| 				}%Pipes | ||||
| 			>> | ||||
| 		} | ||||
| 		\new PipeBandDrumStaff = "side" { | ||||
| 		\new PipeBandDrumStaff = "side" \with { | ||||
| 			instrumentName = \markup { \instrumentSide } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentSide } | ||||
| 		} { | ||||
| 			\sideglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} | ||||
| 
 | ||||
| 			\repeat unfold 2 { | ||||
| 				s8 \snareA  | ||||
|  | @ -59,25 +66,28 @@ | |||
| 
 | ||||
| 
 | ||||
| 		} | ||||
| 		\new PipeBandDrumStaff = "tenor" { | ||||
| 		\new PipeBandDrumStaff = "tenor" \with { | ||||
| 			instrumentName = \markup{ \instrumentTenor } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||
| 		} { | ||||
| 			\tenorglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||
| 			 | ||||
| 
 | ||||
| 			\repeat unfold 2 { | ||||
| 				\repeat unfold 2 { | ||||
| 					s8 \tenorAA r8  | ||||
| 					\tenorAB r8 s8 | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| %{ | ||||
| 		\new PipeBandDrumStaff = "bass" \with { | ||||
| 			instrumentName = \markup{ \instrumentBass } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentBass } | ||||
| 		} { | ||||
| 			\bassglobal | ||||
| 
 | ||||
| 		} | ||||
| %		\new PipeBandDrumStaff = "bass" { | ||||
| %			\bassglobal | ||||
| %			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } | ||||
| %			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} | ||||
| % | ||||
| %		} | ||||
| %} | ||||
| 	>> | ||||
| 	\header { | ||||
| 		title = \title | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ global = { | |||
| 	\key a \mixolydian | ||||
| } | ||||
| %% Format | ||||
| part = { \partial 4 s4 } | ||||
| part = { \partial 4 \grace {s4} s4 } | ||||
| measure = { \grace { s4 } s1 | } | ||||
| halfline = { \repeat unfold 2 { \measure } } | ||||
| line = { \repeat unfold 2 { \halfline } } | ||||
|  |  | |||
|  | @ -9,17 +9,23 @@ | |||
| \include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \layout { | ||||
| 	indent = 5.0 | ||||
| 	short-indent = 2.0 | ||||
| } | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
| 		\new Staff { | ||||
| 		\new Staff \with { | ||||
| 			instrumentName = \markup{ \instrumentPipes } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentPipes } | ||||
| 		} { | ||||
| 			\global | ||||
| 			\pipeglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes } | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes } | ||||
| 			<< | ||||
| 				{ | ||||
| 					\repeat unfold 2 { | ||||
| 						\partial 4 s4 | ||||
| 						\part | ||||
| 						\line  | ||||
| 						\break | ||||
| 						\line \bar "|." | ||||
|  | @ -35,10 +41,11 @@ | |||
| 				}%Pipes | ||||
| 			>> | ||||
| 		} | ||||
| 		\new PipeBandDrumStaff = "side" { | ||||
| 		\new PipeBandDrumStaff = "side" \with { | ||||
| 			instrumentName = \markup { \instrumentSide } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentSide } | ||||
| 		} { | ||||
| 			\sideglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} | ||||
| 			\snareA | ||||
| 			\snareA s4 | ||||
| 
 | ||||
|  | @ -46,10 +53,11 @@ | |||
| 			\snareBB s4 | ||||
| 
 | ||||
| 		} | ||||
| 		\new PipeBandDrumStaff = "tenor" { | ||||
| 		\new PipeBandDrumStaff = "tenor" \with { | ||||
| 			instrumentName = \markup{ \instrumentTenor } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||
| 		} { | ||||
| 			\tenorglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||
| 			 | ||||
| 			\repeat unfold 2 { | ||||
| 				\repeat unfold 2 { | ||||
|  | @ -59,12 +67,15 @@ | |||
| 			} | ||||
| 
 | ||||
| 		} | ||||
| %	\new PipeBandDrumStaff = "bass" { | ||||
| %			\bassglobal | ||||
| %			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } | ||||
| %			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} | ||||
| % | ||||
| %		} | ||||
| %{ | ||||
| 		\new PipeBandDrumStaff = "bass" \with { | ||||
| 			instrumentName = \markup{ \instrumentBass } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentBass } | ||||
| 		} { | ||||
| 			\bassglobal | ||||
| 
 | ||||
| 		} | ||||
| %} | ||||
| 	>> | ||||
| 	\header { | ||||
| 		title = \title | ||||
|  |  | |||
|  | @ -9,13 +9,19 @@ | |||
| %\include "./notes.side.ily" | ||||
| \include "./notes.pipes.ily" | ||||
| 
 | ||||
| \layout { | ||||
| 	indent = 5.0 | ||||
| 	short-indent = 2.0 | ||||
| } | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
| 		\new Staff { | ||||
| 		\new Staff \with { | ||||
| 			instrumentName = \markup{ \instrumentPipes } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentPipes } | ||||
| 		} { | ||||
| 			\global | ||||
| 			\pipeglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes } | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes } | ||||
| 			<< | ||||
| 				{ | ||||
| 					\part | ||||
|  | @ -41,10 +47,11 @@ | |||
| %			\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} | ||||
| % | ||||
| %		} | ||||
| 		\new PipeBandDrumStaff = "tenor" { | ||||
| 		\new PipeBandDrumStaff = "tenor" \with { | ||||
| 			instrumentName = \markup{ \instrumentTenor } | ||||
| 			shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||
| 		} { | ||||
| 			\tenorglobal | ||||
| 			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||
| 
 | ||||
| 			\repeat unfold 2 { | ||||
| 				r8. \tenorA | ||||
|  |  | |||
|  | @ -6,6 +6,11 @@ | |||
| \include "./notes.bass.ily" | ||||
| \include "./notes.tenor.ily" | ||||
| 
 | ||||
| \layout { | ||||
| 	indent = 5.0 | ||||
| 	short-indent = 2.0 | ||||
| } | ||||
| 
 | ||||
| \score { | ||||
| 	\new StaffGroup << | ||||
| 		\new PipeBandDrumStaff = "tenor" { | ||||
|  | @ -15,13 +20,13 @@ | |||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } | ||||
| 			<< | ||||
| 				{ | ||||
| 					\repeat volta 2 { \partial 16 s16 \halfline \break \halfline } \break | ||||
| 					\repeat volta 2 { \partial 8 s8 \halfline \break \halfline } \break | ||||
| 					\repeat volta 2 { \part \halfline \break } | ||||
| 						\alternative{ {\part \halfline \break}{\part \halfline \break} } | ||||
| 					\bar "|." | ||||
| 				}%Format | ||||
| 				{  | ||||
| 					s16 \tenorAA r8 | ||||
| 					r8 \tenorAA r8 | ||||
| 					\tenorAB s8 | ||||
| 
 | ||||
| 					\tenorBA s8 | ||||
|  | @ -35,7 +40,7 @@ | |||
| 			\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } | ||||
| 			\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} | ||||
| 
 | ||||
| 			s16 \bassAA \bassAB  | ||||
| 			s8 \bassAA \bassAB | ||||
| 			s8 \bassBA  | ||||
| 			s8 \bassBB  | ||||
| 			s8 \bassAB  | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Eric Teunis de Boone
						Eric Teunis de Boone