mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Removed a few double includes for "bagpipe.ly" and "lilydrum"
This needs to be done for every file New Scores for Tenor mostly (not fully integrated yet) Some bugfixes in layout
This commit is contained in:
parent
0220f74640
commit
aef0f5b65a
61 changed files with 1350 additions and 191 deletions
21
4-4_marches/51st_highland_division/notes.tenor.ily
Normal file
21
4-4_marches/51st_highland_division/notes.tenor.ily
Normal file
|
@ -0,0 +1,21 @@
|
|||
% 4/4 51st Highland Division
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = "v1.0, 2012"
|
||||
arrangerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
tenorAA = \drummode {
|
||||
g8 |
|
||||
d4 g d8[ g] d[ g] |
|
||||
d4 g d8[ g] d[ g] |
|
||||
d4 d8[ g] d4 d8[ g] |
|
||||
d4 g d r8
|
||||
}
|
||||
tenorAB = \drummode {
|
||||
g8 |
|
||||
d4 g d r8 g8 |
|
||||
d4 g d8[ g] d[ g] |
|
||||
d4 g d8[ g] d[ g] |
|
||||
d4 g d r8
|
||||
}
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
|
|
37
4-4_marches/51st_highland_division/tenor.ly
Normal file
37
4-4_marches/51st_highland_division/tenor.ly
Normal file
|
@ -0,0 +1,37 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 2 {
|
||||
\repeat repeat 2 {
|
||||
\partial 8 s8 \line
|
||||
\break
|
||||
\line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "tenor" {
|
||||
\tenorAA \tenorAB s8
|
||||
\tenorAA \tenorAB s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
arranger = \arrangerTenor
|
||||
}
|
||||
}
|
|
@ -12,12 +12,12 @@
|
|||
<<
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\partial 4 s4
|
||||
\part
|
||||
\line \break
|
||||
\line \break
|
||||
}
|
||||
\repeat volta 2 {
|
||||
\partial 4 s4
|
||||
\part
|
||||
\line \break
|
||||
\line \break
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ confTempo = {
|
|||
\tempo 4 = 80
|
||||
}
|
||||
%% 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 } }
|
||||
|
|
69
4-4_marches/the_crusaders_march/drums.ly
Normal file
69
4-4_marches/the_crusaders_march/drums.ly
Normal file
|
@ -0,0 +1,69 @@
|
|||
\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" {
|
||||
\part \line
|
||||
\line
|
||||
\bar "|."
|
||||
\break
|
||||
\line
|
||||
\line
|
||||
\bar "|."
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
s8 \snareAA r8
|
||||
\snareAB
|
||||
|
||||
\snareBA r8
|
||||
\snareBB r8 s8
|
||||
}%End of side
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\tenorA
|
||||
|
||||
\tenorB s4
|
||||
}
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \bassglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
107
4-4_marches/the_crusaders_march/full.ly
Normal file
107
4-4_marches/the_crusaders_march/full.ly
Normal file
|
@ -0,0 +1,107 @@
|
|||
\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"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line
|
||||
\line
|
||||
\bar "|."
|
||||
\break
|
||||
\line
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics" {
|
||||
%
|
||||
% }
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
s8 \snareAA r8
|
||||
\snareAB
|
||||
|
||||
\snareBA r8
|
||||
\snareBB r8 s8
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\tenorA
|
||||
|
||||
\tenorB s4
|
||||
}
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \bassglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
31
4-4_marches/the_crusaders_march/notes.tenor.ily
Normal file
31
4-4_marches/the_crusaders_march/notes.tenor.ily
Normal file
|
@ -0,0 +1,31 @@
|
|||
% 4/4 Crusaders March
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = "F.J. de Boone, 2015"
|
||||
arrangerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
tenorA = \drummode {
|
||||
r8. g16 |
|
||||
d4 r r r8. g16 |
|
||||
d4 r r r8. g16 |
|
||||
d4 r8 g8 r d r8. g16 |
|
||||
d4 r8. g16 d4 r8. g16 |
|
||||
|
||||
d4 r4 r4 r8. g16 |
|
||||
d4 r4 r4 r8 g8 |
|
||||
r8 d r g r d r g |
|
||||
r8 g r8. g16 d4 g16 d d g |
|
||||
}
|
||||
|
||||
tenorB = \drummode {
|
||||
d4 r r8 g r8 d|
|
||||
d4 r r8 d r8. g16 |
|
||||
d4 r8 g8 r d r8. g16 |
|
||||
d4 r8. g16 d4 r8. g16 |
|
||||
|
||||
d4 r4 r4 r8. g16 |
|
||||
d4 r4 r4 r8 g8 |
|
||||
r8 d r g r d r g |
|
||||
r8 g r8. g16 d4
|
||||
}
|
|
@ -13,8 +13,10 @@
|
|||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\part \line \bar "|."
|
||||
\part \line
|
||||
\line \bar "|."
|
||||
\break
|
||||
\line
|
||||
\line \bar "|."
|
||||
}
|
||||
{
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
|
|
36
4-4_marches/the_crusaders_march/tenor.ly
Normal file
36
4-4_marches/the_crusaders_march/tenor.ly
Normal file
|
@ -0,0 +1,36 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line
|
||||
\line
|
||||
\bar "|."
|
||||
\break
|
||||
\line
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "tenor" {
|
||||
\tenorA
|
||||
\tenorB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
arranger = \arrangerTenor
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
% 4/4 The Leaving of Liverpool
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = "F.J. de Boone,2011"
|
||||
composerTenor = "F.J. de Boone, v1.0, 2011"
|
||||
tenorglobal = {}
|
||||
%%music
|
||||
tenorA = \drummode {
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
|
@ -11,8 +9,15 @@
|
|||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{\repeat volta 2 { \partial 16 s16 \line }}
|
||||
{\tenorA d4 r8.}
|
||||
{
|
||||
\repeat volta 2 { \partial 16 s16 \line }
|
||||
\break
|
||||
\repeat volta 2 { \partial 16 s16 \line }
|
||||
}
|
||||
{
|
||||
\tenorA r8. s16
|
||||
\tenorA r8. s16
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
@ -21,4 +26,4 @@
|
|||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
BIN
4-4_marches/the_pikemans_march/.notes.pipes.ily.swp
Normal file
BIN
4-4_marches/the_pikemans_march/.notes.pipes.ily.swp
Normal file
Binary file not shown.
BIN
4-4_marches/the_pikemans_march/.pipes.ly.swp
Normal file
BIN
4-4_marches/the_pikemans_march/.pipes.ly.swp
Normal file
Binary file not shown.
|
@ -26,6 +26,7 @@ pipesBA = {
|
|||
A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] |
|
||||
\dblg g8. [ A16 ] g8 [ e8 ] \dblg g4 A16 [ g16 e16 ] g16 ] |
|
||||
}
|
||||
|
||||
pipesBB = {
|
||||
A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] |
|
||||
\dblg g8. [ A16 ] g8 [ e8 ] \dbld d8 [ b8 ] \grg G4 |
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
\line \break
|
||||
}
|
||||
{
|
||||
\pipesA
|
||||
\pipesA s8
|
||||
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
|
|
53
4-4_marches/the_pikemans_march/pipes.ly~
Normal file
53
4-4_marches/the_pikemans_march/pipes.ly~
Normal file
|
@ -0,0 +1,53 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line \break
|
||||
\line \break
|
||||
}
|
||||
\part \line \break
|
||||
\line \break
|
||||
\line \break
|
||||
}
|
||||
{
|
||||
\pipesA
|
||||
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
\pipesBC
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
\pipesBC
|
||||
}
|
||||
\midi { \confTempo }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue