1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

Various Tune Fixes

Most are fixing (gracing) alignment by restructuring the Staff.
This commit is contained in:
Eric Teunis de Boone 2019-03-04 04:23:31 +01:00
parent 677cd1d89e
commit 14f0332b28
66 changed files with 384 additions and 500 deletions

View file

@ -15,3 +15,17 @@ snareAB = \drummode {
d4:32( \> d4:32)( d4:32)( d4:32)( |
d4:32)( \< d4:32)( d4:32)( d4:32)\laissezVibrer \!
}
snareRollsAA = \drummode {
d1:32)( \! \p |
d1:32)( |
d1:32)( |
d4:32)( \< d4:32)( d4:32)( d4:32)( \!\mf \> |
}
snareRollsAB = \drummode {
d1:32)( \!\p |
d1:32)( |
d4:32( \f \> d4:32)( d4:32)( d4:32)(\p |
d4:32)( \< d4:32)( d4:32)( d4:32)\laissezVibrer \!
}

View file

@ -0,0 +1,40 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new StaffGroup <<
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
\repeat volta 2 {\line \break}
\alternative {
{ \line \break }
{ \line \bar "|."}
}
} % End of Format
\new DrumVoice = "side" {
\snareAA
\snareAA
\snareAB
}
>>
}
\new PipeBandDrumStaff {
\snareRollsAA
\snareRollsAA
\snareRollsAB
}
>>
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}

17
airs/la_baum/config.ily Normal file
View file

@ -0,0 +1,17 @@
\version "2.19.0"
%% Globals
global = {
\time 4/4
}
confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 8 s8 }
measure = { \grace {s1} s1 | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "La Baum"
meter = "Air"

91
airs/la_baum/full.ly Normal file
View file

@ -0,0 +1,91 @@
\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" {
}%Format
\new Voice = "pipes" {
}%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}
}
\new PipeBandDrumStaff = "tenor" {
\tenorglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
}
\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,26 @@
% 4/4 La Baum
% Pipes
\version "2.18.2"
composerPipes = ""
arrangerPipes = "J. Roberts"
pipeglobal = {
\bagpipeKey
}
% Music
pipesA = {
a16 [ b16 ] |
\grip c4 \gre a4 \thrwd d4~ d8 [ \grg c16 b16 ] |
\grg c8 [ \grG a8~ ] a4~ a4~ a8 [ \grg c16 d16 ] |
\grg e4 \birl a4 \grg e16 [ f8.~ ] f8 [ e8 ] |
\grg b4~ b4~ b4~ b8 [ \grg a16 b16 ] |
\grip c4~ c8 [ \grg b16 a16 ] \grg b4 \grG b4 |
\thrwd d4~ d8 [ \gre c8 ] \grG c4~ c8 [ \grg a16 b16 ] |
\grip c4 \gre a4 \grip b4~ b8 [ \grG a8 ] |
}
pipesAendA = {
\birl a4~ a~ a~ a8
}
pipesAendB = {
\grip b4~ b~ b~ b8
}

View file

@ -0,0 +1,22 @@
% 4/4 La Baum
% Pipes (Seconds)
\version "2.18.2"
composerPipesSecnd = "PM FJ de Boone"
arrangerPipesSecnd = ""
pipessecndglobal = {
\bagpipeKey
}
pipessecndA = {
\grg a16 [ b16 ] |
A4 e4 \grg f4. e16 [ d16 ] |
A8 [ e8 ] \grg e16 [ d16 e8~ ] e4~ e8 [ \gra e8 ] |
A4 e4 \grg d4. e16 [ f16 ] |
e2 e4. \gra d16 [ e16 ] |
A2 e2 |
\grg f4. e16 [ d16 ] e4. \gra e8 |
A4 e16 [ d16 e8 ] f4. e8 |
}
pipessecndAend = {
\gra e4~ 4~ 4~ 8
}

View file

@ -0,0 +1,84 @@
% 4/4 La Baum
% Side
\version "2.18.2"
composerSide = "Dean Hall"
arrangerSide = ""
sideglobal = {}
% Music
endOne = \drummode {
\tutti {
d8:32~\< g:32->~
d4->\!
d4:32~\<
\afterGrace d4:32( {s8)\!}
}
}
endTwo = \drummode {
\tutti {
d4:32\<~
d4:32~
d4:32~
d4:32\!~
}
}
endThree = \drummode {
\tutti {
d8:32~\< g:32->~
d16. g32 d16. g32
d16. g32 d16. g32
d16. g32 d g d g
}
}
snareA = \drummode {
\triplet { g16 d g } |
\tutti {
\flam d8-> d8:32~
g8->
} d16 g
\tutti {
\flam d16-> g d \flam g->
}
d16 g d32 g d g
|
d8 \tutti {
d16-> g
d16 \flam g->
} d16 g
\tutti {
d32-> \> g d g d16\! g->
d16 g \flam d \flam g
|
\flam d4->
}
d4:32~
d16-> g d g->
d32 g d g d8->
|
\tutti {
d8:32~\p\< g16 d16:32->(
g16:32 g) d8:~->
g16 d16:32(-> g:32 g)
d8:32~-> g16\! d
|
\flam d4->
}
d32 g d g d16 g
\flam d8 \tutti {
d:32(\>
d4:32
|
d8.)\!\pp \flam g16
r16 g \flam d8
\flam g4
d4:32~\<
|
d8->\!
} d8:32~
g16-> d g \flam d->
g16 d g \flam d->
g16 d \flam d8->
|
\endOne
}

106
airs/la_baum/pipes.full.ly Normal file
View file

@ -0,0 +1,106 @@
\version "2.19.0"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\include "./notes.pipes.seconds.ily"
%\include "./notes.pipes.thirds.ily"
\score {
\new StaffGroup <<
\new Staff = "pipes" {
\global
\pipeglobal
\set Staff.instrumentName = \markup{ \instrumentPipes }
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\halfline
\repeat unfold 3 {
\measure
}
} \alternative {
\measure
\measure
}\bar "|."
}%Format
\new Voice = "pipes" {
\pipesA
\pipesAendA s8
\pipesAendB s8
}%Pipes
>>
}
\new Staff = "seconds" {
\pipessecndglobal
\set Staff.instrumentName = \markup{ \instrumentSecnd }
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd}
\pipessecndA
\pipessecndAend s8
\pipessecndAend s8
}
% \new Staff = "thirds" {
% \pipesthrdglobal
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentThrd }
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentThrd }
%
% }
>>
\header {
title = \title
meter = \meter
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \composerPipesthrd ":" }} #} )
}
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \instrumentPipesthrd }}#} )
}
}
}
}
\score {
\new StaffGroup <<
\global
\new Staff = "pipes" {
\pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA
\pipesAendA
\pipesA
\pipesAendB s8
}
\new Staff = "seconds" {
\pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%% Seconds
\pipessecndA \pipessecndAend
\pipessecndA \pipessecndAend
}
% \new Staff = "thirds" {
% \pipesthrdglobal
% \set Staff.midiInstrument = #"bagpipe"
% %% Thirds
%
% }
>>
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}

57
airs/la_baum/pipes.ly Normal file
View file

@ -0,0 +1,57 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\halfline
\repeat unfold 3 {
\measure
}
} \alternative {
\measure
\measure
}\bar "|."
}%Format
\new Voice = "pipes" {
\pipesA
\pipesAendA s8
\pipesAendB s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA
\pipesAendA
\pipesA
\pipesAendB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}

View file

@ -0,0 +1,48 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.seconds.ily"
\score {
\new Staff {
\global
\pipessecndglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\line
}
}%Format
\new Voice = "seconds" {
\pipessecndA \pipessecndAend
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}
\score {
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipessecndA \pipessecndAend
\pipessecndA \pipessecndAend
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}

32
airs/la_baum/side.ly Normal file
View file

@ -0,0 +1,32 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\partial 8 s8
\repeat volta 2 {
\line
}
}%Format
\new DrumVoice = "side" {
\snareA
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}