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:
parent
677cd1d89e
commit
14f0332b28
66 changed files with 384 additions and 500 deletions
|
@ -9,25 +9,10 @@
|
|||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line
|
||||
\bar "||" \break
|
||||
\part \line
|
||||
\bar "||" \break
|
||||
\part \line
|
||||
\bar "||" \break
|
||||
\part \line
|
||||
\bar "|." \break
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s4
|
||||
\pipesB s4
|
||||
\pipesC s4
|
||||
\pipesD s4
|
||||
}
|
||||
>>
|
||||
\partial 4 \pipesA s4 \bar "||" \break
|
||||
\partial 4 \pipesB s4 \bar "||" \break
|
||||
\partial 4 \pipesC s4 \bar "||" \break
|
||||
\partial 4 \pipesD s4 \bar "|." \break
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
|
|
|
@ -9,18 +9,15 @@
|
|||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \part \line }
|
||||
\break
|
||||
\repeat volta 2 { \part \line }
|
||||
}
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\partial 4
|
||||
\pipesA s4
|
||||
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\partial 4
|
||||
\pipesB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
|
|
|
@ -9,7 +9,7 @@ confTempo = {
|
|||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
halfline = { \repeat unfold 4 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
|
|
|
@ -11,8 +11,9 @@
|
|||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\line \break
|
||||
\line \break
|
||||
\line \bar "||"
|
||||
\break
|
||||
\line \bar "|."
|
||||
}
|
||||
{
|
||||
\pipesA
|
||||
|
@ -33,6 +34,7 @@
|
|||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
|
|
Binary file not shown.
|
@ -7,9 +7,9 @@ confTempo = {
|
|||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
part = { \partial 4 \grace { s4 } s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
halfline = { \repeat unfold 4 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\part \halfline \halfline \bar "|." \break
|
||||
|
||||
\part \halfline \halfline \bar "|."
|
||||
\break
|
||||
\part \halfline \halfline \bar "|."
|
||||
}%Format
|
||||
{
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
\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 = "March"
|
|
@ -1,91 +0,0 @@
|
|||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,26 +0,0 @@
|
|||
% 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
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
% 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
|
||||
}
|
|
@ -1,84 +0,0 @@
|
|||
% 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
|
||||
}
|
|
@ -1,106 +0,0 @@
|
|||
\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
|
||||
}
|
||||
}
|
|
@ -1,57 +0,0 @@
|
|||
\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
|
||||
}
|
||||
}
|
|
@ -1,48 +0,0 @@
|
|||
\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
|
||||
}
|
||||
|
||||
}
|
|
@ -1,32 +0,0 @@
|
|||
\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
|
||||
}
|
||||
}
|
|
@ -8,7 +8,7 @@ confTempo = {
|
|||
\tempo 4 = 90
|
||||
}
|
||||
%% Format
|
||||
part = { \grace{s1} \partial 4 s4 }
|
||||
part = { \grace{s1} \partial 8 s8 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
|
|
|
@ -7,7 +7,7 @@ confTempo = {
|
|||
\tempo 4 = 90
|
||||
}
|
||||
%% 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 } }
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
\part \line \break
|
||||
\line \break
|
||||
\line \break
|
||||
\line \bar "|."
|
||||
}
|
||||
{
|
||||
\pipesA s8
|
||||
|
|
|
@ -7,14 +7,14 @@ pipeglobal = {
|
|||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg a8. [ b16 ] |
|
||||
\grip c4 c8 [ e8 ] \grg d8 [ c8 ] \grg b8 [ a8 ] |
|
||||
\dblc c4 \gre a4 \wbirl a4 \dblc c8 [ e8 ] |
|
||||
\dblA A2 \grip A8 [ g8 ] \hdblf f8 [ e8 ] |
|
||||
\dblf f2 \dble e4 \grg f8. [ g16 ] |
|
||||
|
||||
\dblA A4. \grg A8 \grg A4. c8 |
|
||||
\thrwd d4 f4 \dble e4. \gra e8 |
|
||||
\grg f4 e4 \dblA A4 c4 |
|
||||
\dblb b2 \grG a4
|
||||
\grg a8. [ b16 ] |
|
||||
\grip c4~ c8 [ e8 ] \grg d8 [ c8 ] \grg b8 [ a8 ] |
|
||||
\dblc c4 \gre a4 \wbirl a4 \dblc c8 [ e8 ] |
|
||||
\dblA A2 \grip A8 [ g8 ] \hdblf f8 [ e8 ] |
|
||||
\dblf f2 \dble e4 \grg f8. [ g16 ] |
|
||||
|
||||
\dblA A4. \grg A8 \grg A4. c8 |
|
||||
\thrwd d4 f4 \dble e4. \gra e8 |
|
||||
\grg f4 e4 \dblA A4 c4 |
|
||||
\dblb b2 \grG a4
|
||||
}
|
||||
|
|
|
@ -7,10 +7,10 @@ confTempo = {
|
|||
\tempo 4 = 90
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
part = { \partial 4 \grace { s4 } s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
quartline = { \repeat unfold 2 { \measure } }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
halfline = { \repeat unfold 2 { \quartline } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
|
|
|
@ -11,20 +11,26 @@
|
|||
%\include "./notes.pipes.seconds.ily"
|
||||
%\include "./notes.lyrics.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 }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "||"
|
||||
\line \bar "|."
|
||||
\part \halfline
|
||||
\halfline \bar "||"
|
||||
\break
|
||||
\part \line \bar "||"
|
||||
\line \bar "|."
|
||||
\part \halfline
|
||||
\halfline \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
|
@ -53,10 +59,11 @@
|
|||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup \column {\instrumentSide}
|
||||
shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
} {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
r8 \snareAA \snareABA
|
||||
\snareAAI \snareABB s4
|
||||
|
|
|
@ -8,7 +8,7 @@ pipeglobal = {
|
|||
}
|
||||
% Music
|
||||
pipesAA = {
|
||||
a8 e8 |
|
||||
a8) e8 |
|
||||
\grg a4 \taor a8 [ b8 ] \grip c4~ c8 [ e8 ] |
|
||||
\grg f8. [ e16 ] \grg f8 [ A8 ] e4 \dblc c8 [ e8 ] |
|
||||
\grg f8. [ g16 ] A8 [ f8 ] \dble e16 [ c8. ] \grg b8 [ a8 ] |
|
||||
|
@ -18,11 +18,11 @@ pipesAB = {
|
|||
\grg a4 \taor a8 [ b8 ] \grip c4~ c8 [ e8 ] |
|
||||
\grg f8. [ e16 ] \grg f8 [ A8 ] e4 \dblc c8 [ e8 ] |
|
||||
\grg f8. [ g16 ] A8 [ f8 ] \dble e16 [ c8. ] \grg b8. [ c16 ] |
|
||||
\grg a2 \wbirl a4~
|
||||
\grg a2 \wbirl a4(
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
a8 [ e8 ] |
|
||||
a8) [ e8 ] |
|
||||
A4 \grg A4 \grip A8 [ g8 ] \hdblf f8 [ e8 ] |
|
||||
\grg f8. [ e16 ] \grg f8 [ A8 ] \hdblf f8 [ e8 ] \dblc c8 [ e8 ] |
|
||||
\grg f8. [ g16 ] A8 [ f8 ] \dble e16 [ c8. ] \grg b8 [ a8 ] |
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4
|
||||
\pipesAA \pipesAB
|
||||
|
||||
\pipesBA \pipesAB
|
||||
|
|
|
@ -29,7 +29,7 @@ markTextEol = #(define-music-function (parser location text) (string?) #{
|
|||
\break
|
||||
|
||||
\partial 8 s8
|
||||
\line
|
||||
\halfline
|
||||
\markTextEol "D.C. al Fine"
|
||||
\bar "||"
|
||||
}%Format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue