mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Fixed a few tunes
Template for seconds and thirds and a 'full' for pipes added
This commit is contained in:
parent
16d7896465
commit
35bf4dc8f3
51 changed files with 1090 additions and 517 deletions
|
@ -1,8 +1,8 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.bass.ily"
|
||||
\include "notes.tenor.ily"
|
||||
%\include "notes.bass.ily"
|
||||
%\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
|
@ -14,28 +14,50 @@
|
|||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
{}%Format
|
||||
{}%Pipes
|
||||
{
|
||||
|
||||
\repeat volta 2 { \part \halfline \break}
|
||||
\alternative { {\halfline} {\halfline } }
|
||||
\bar "|." \break
|
||||
\part \line \bar "||" \break
|
||||
\line \bar "|."
|
||||
}%Format
|
||||
{
|
||||
\pipesAA
|
||||
\pipesAB s4
|
||||
|
||||
\pipesBA
|
||||
\pipesBB s4
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
s8 \snareA
|
||||
\snareAA s8
|
||||
\snareAB s8
|
||||
|
||||
s8 \snareB
|
||||
\snareA \snareAB
|
||||
|
||||
|
||||
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\bassglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
}
|
||||
\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}
|
||||
%
|
||||
% }
|
||||
% \new PipeBandDrumStaff = "tenor" {
|
||||
% \tenorglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
|
|
|
@ -5,26 +5,29 @@ composerPipes = ""
|
|||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
pipesA = {
|
||||
pipesAA = {
|
||||
\dble e8. [ c16 ] |
|
||||
a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
|
||||
\grip c8 [ f8 ] \dble e8. [ c16 ] \slurd b4 \dble e8. [ c16 ] |
|
||||
|
||||
}
|
||||
pipesAB = {
|
||||
a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] |
|
||||
\dblc c4 \gre a4 \wbirl a4
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
pipesBA = {
|
||||
\dblc c8 [ e8 ] |
|
||||
\grg f4 \grip f8 [ A8 ] \hdble e4 \dblc c8 [ e8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
|
||||
\grip c8 [ f8 ] \dble e8. [ c16 ] \dblb b4 \dble e8. [ c16 ] |
|
||||
}
|
||||
|
||||
pipesBB = {
|
||||
\grg a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] |
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
% Snare
|
||||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
|
||||
sideglobal = {
|
||||
\eighthBeaming
|
||||
}
|
||||
%%music
|
||||
snareA = \drummode {
|
||||
d16. g32 |
|
||||
|
@ -26,4 +28,4 @@ snareB = \drummode {
|
|||
d8:32(-> g8) r8 d8:32( g8) g16. d32-> g16. g32 \flamd d8 |
|
||||
|
||||
\flamg g4 d4:32( d4) r8
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,16 +11,19 @@
|
|||
{
|
||||
\repeat volta 2 {
|
||||
\part \line \break
|
||||
\line \break
|
||||
\line \bar "|." \break
|
||||
}
|
||||
\repeat volta 2 {
|
||||
\part \line \break
|
||||
\line \break
|
||||
\line \bar "|." \break
|
||||
}
|
||||
}
|
||||
{
|
||||
\pipesA s4
|
||||
\pipesB s4
|
||||
\pipesAA
|
||||
\pipesAB s4
|
||||
|
||||
\pipesBA
|
||||
\pipesBB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
|
@ -36,8 +39,8 @@
|
|||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4
|
||||
\repeat volta 2 { \pipesA }
|
||||
\repeat volta 2 { \pipesB }
|
||||
\repeat volta 2 { \pipesAA \pipesAB }
|
||||
\repeat volta 2 { \pipesBA \pipesBB }
|
||||
}
|
||||
\midi { \confTempo }
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
\global
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\repeat unfold 2 {
|
||||
\repeat volta 2 { \part \halfline \break}
|
||||
\alternative { {\halfline} {\halfline } }
|
||||
\bar "|." \break
|
||||
|
@ -17,11 +17,11 @@
|
|||
}
|
||||
}
|
||||
{
|
||||
\snareA
|
||||
s8 \snareA
|
||||
\snareAA s8
|
||||
\snareAB s8
|
||||
|
||||
\snareB
|
||||
s8 \snareB
|
||||
\snareA \snareAB
|
||||
}
|
||||
>>
|
||||
|
@ -32,4 +32,4 @@
|
|||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue