1
0
Fork 0
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:
Eric Teunis de Boone 2016-12-21 01:41:50 +01:00
parent 0220f74640
commit aef0f5b65a
61 changed files with 1350 additions and 191 deletions

View 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
}

View file

@ -2,8 +2,6 @@
\include "lilydrum.ly"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"

View 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
}
}

View file

@ -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
}

View file

@ -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 } }

View 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 }}#} )
}
}
}
}

View 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 }}#} )
}
}
}
}

View 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
}

View file

@ -13,8 +13,10 @@
\pipeglobal
<<
{
\part \line \bar "|."
\part \line
\line \bar "|."
\break
\line
\line \bar "|."
}
{

View file

@ -2,8 +2,6 @@
\include "lilydrum.ly"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"

View 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
}
}

View file

@ -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 {

View file

@ -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
}
}
}

Binary file not shown.

Binary file not shown.

View file

@ -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 |

View file

@ -23,7 +23,7 @@
\line \break
}
{
\pipesA
\pipesA s8
\pipesBA
\pipesBB

View 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 }
}