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

Updated/Fixed 2/4 Marches and 3/4 Marches (+ template)

This commit is contained in:
Eric Teunis de Boone 2019-01-21 02:07:22 +01:00
parent a63a7cdc6c
commit 27b5a9f0c8
52 changed files with 648 additions and 433 deletions

View file

@ -2,6 +2,7 @@
% Pipes
\version "2.18.2"
composerPipes = ""
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
@ -11,7 +12,7 @@ pipesA = {
\grg f8. [ g16 ] \hdblf f8. [ e16 ] |
\thrwd d8 [ \grg f8 ] \birl a8 [ \thrwd d8 ] |
\dblc c8 [ e8 ] \birl a8. [ e16 ] |
\grg f8 [ \birl a8 ] \thrwd d8. [ e16 ] |
\grg f8 [ \birl a8 ] \thrwd d8. [ e16 ] |
\grg f8. [ g16 ] \hdblf f8. [ e16 ] |
\thrwd d8 [ \grg f8 ] \birl a8 [ \thrwd d8 ] |
@ -24,7 +25,7 @@ pipesB = {
\dblA A8. [ f16 ] \thrwd d8. [ f16 ] |
\dble e8 [ \grg f8 ] \birl a8 [ \grg e16 f16 ] |
\dblg g8. [ e16 ] \dblc c8 [ a8 ] |
\thrwd d8 [ f8 ] \wbirl a8 [ \dblg g8 ] |
\thrwd d8 [ f8 ] \wbirl a8 [ \dblg g8 ] |
\dblA A8. [ f16 ] \thrwd d8. [ f16 ] |
\grg e8 [ \grg f8 ] \birl a8 [ \grg e16 f16 ] |
@ -37,7 +38,7 @@ pipesC = {
A16. [ f32 \grg d32 f16. ] \grg f32 [ A16. d32 f16. ] |
\dble e8 [ f8 ] \birl a8 [ \grg e16 f16 ] |
\grA g16. [ e32 \grg c32 e16. ] \grg e32 [ A16. c32 e16. ] |
\thrwd d8 [ f8 ] \birl a8 [ \dblg g8 ] |
\thrwd d8 [ f8 ] \birl a8 [ \dblg g8 ] |
A16. [ f32 \grg d32 f16. ] \grg f32 [ A16. d32 f16. ] |
\dble e8 [ f8 ] \birl a8 [ \grg e16 f16 ] |
@ -50,7 +51,7 @@ pipesD = {
A16. [ f32 d16. f32 ] \grg a16. [ f32 \grg d32 f16. ] |
A16. [ f32 d16. f32 ] \grg a16. [ f32 \grg d32 f16. ] |
\grA g16. [ e32 \grg c32 \grd e16. ] \grg a16. [ e32 \grg c32 e16. ] |
\grA g16. [ e32 \grg c32 \grd e16. ] \grg a16. [ e32 \grg c32 e16. ] |
\grA g16. [ e32 \grg c32 \grd e16. ] \grg a16. [ e32 \grg c32 e16. ] |
A16. [ f32 d16. f32 ] \grg a16. [ f32 \grg d32 f16. ] |
A16. [ f32 d16. f32 ] \grg a16. [ f32 \grg d32 f16. ] |

View file

@ -19,14 +19,14 @@
\break
}
}%Format
\new Voice = "pipes" {
\pipesA s8
\pipesB s8
\pipesC s8
\pipesD s8
}
>>
@ -36,6 +36,7 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
@ -43,6 +44,7 @@
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA
\pipesA
@ -61,5 +63,6 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View file

@ -7,6 +7,18 @@
\include "./notes.tenor.ily"
\include "./notes.side.ily"
markTextEol = #(define-music-function (parser location text) (string?) #{
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
\mark \markup $text
#})
\layout {
indent = 5.0
short-indent = 2.0
}
\score {
\new StaffGroup <<
\new PipeBandDrumStaff = "side" {
@ -17,9 +29,10 @@
<<
\new NullVoice = "format" {
\repeat volta 2 { \part \halfline \break \halfline } \break
\part \halfline \break \halfline \bar "||" \break
\line \bar "|."
\repeat volta 2 {
\part \line \markTextEol "Fine"
}\break
\part \line \markTextEol "D.C. al Fine" \bar "||"
}%End of Format
\new DrumVoice = "side" {
\snareA s8

View file

@ -9,35 +9,43 @@
\include "./notes.side.ily"
\include "./notes.pipes.ily"
markTextEol = #(define-music-function (parser location text) (string?) #{
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
\mark \markup $text
#})
\layout {
indent = 5.0
short-indent = 2.0
}
\score {
\new StaffGroup <<
\new Staff {
\global
\bagpipeKey
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
\set Staff.instrumentName = \markup{ \instrumentPipes }
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
{
\repeat volta 2 {
\part \line
\part \line \markTextEol "Fine"
}\break
\part \line \bar "||" \break
\line \bar "|."
\part \line \markTextEol "D.C. al Fine" \bar "||"
}%Format
{
\pipesA s8
\pipesB
\pipesCA s8
}%Pipes
>>
}
\new PipeBandDrumStaff = "side" {
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
\set PipeBandDrumStaff.instrumentName = \markup \column { \instrumentSide }
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
\sideglobal
\snareA s8
\snareBA
\snareBB
}
\new PipeBandDrumStaff = "tenor" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
@ -48,7 +56,6 @@
r8 \tenorA s8
\tenorB
\tenorA s8
}
\new PipeBandDrumStaff = "bass" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
@ -56,7 +63,6 @@
r8 \bassA s8
\bassB
\bassA s8
}
>>
\header {

View file

@ -6,172 +6,61 @@
\include "./notes.bass.ily"
\include "./notes.tenor.ily"
\layout {
indent = 5.0
short-indent = 2.0
}
\score {
\new StaffGroup <<
<<<<<<< Updated upstream:strathspeys/molly_connell/drums.ly
\new PipeBandDrumStaff = "side" {
\global
\sideglobal
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
<<
\new NullVoice = "format" {
\mark \markup { \normalsize {Intro } }
\emptyline
\bar "|."
\mark \markup { \normalsize {Tune } }
\line \break
\line \break
\bar "|."
\part \line \break
\line \break
\bar "|."
}%Format
\new DrumVoice = "side" {
\intro
\snareA s8
\snareA s8
\snareBA
\snareBB
}%Pipes
||||||| merged common ancestors
\new PipeBandDrumStaff = "side" {
\set PipeBandDrumStaff.instrumentName = \markup{\instrumentSide}
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
\new PipeBandDrumStaff = "tenor" \with {
instrumentName = \markup{ \instrumentTenor }
shortInstrumentName = \markup{ \shortInstrumentTenor }
} {
\tenorglobal
\global
<<
{
\line \break
\line \break
\bar "|."
\repeat volta 2 {
\part \line
}
\break
\part \line \break
\part \line \break
\bar "|."
}%End of Format
{
\snareA
s8
\snareA
s8
\snareBA
\snareBB
}
=======
\new PipeBandDrumStaff = "tenor" {
\global
\tenorglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
<<
\new NullVoice = "format" {
\repeat volta 2 { \part \halfline \break \halfline } \break
\part \halfline \break \halfline \bar "||" \break
\part \line \bar "||"
\break
\line \bar "|."
}%End of Format
\new DrumVoice = "side" {
}%Format
{
r8 \tenorA s8
\tenorB
\tenorA s8
}%End of side
>>>>>>> Stashed changes:2-4_marches/black_bear/mid.ly
}%Music
>>
<<<<<<< Updated upstream:strathspeys/molly_connell/drums.ly
||||||| merged common ancestors
}
\new PipeBandDrumStaff = "bass" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
=======
}
\new PipeBandDrumStaff = "bass" {
\new PipeBandDrumStaff = "bass" \with {
instrumentName = \markup{ \instrumentBass }
shortInstrumentName = \markup{ \shortInstrumentBass }
} {
\bassglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
>>>>>>> Stashed changes:2-4_marches/black_bear/mid.ly
<<<<<<< Updated upstream:strathspeys/molly_connell/drums.ly
}
\new PipeBandDrumStaff = "tenor" {
\tenorglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
\emptyline
\tenorA
\tenorA
s8 \tenorBA
\tenorBB
||||||| merged common ancestors
\bassAA
\bassAB
s8
\bassAA
s8
\bassAB
}
\new PipeBandDrumStaff = "tenor" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
\tenorA
\tenorA
s8
\tenorBA
s8
\tenorBB
=======
r8 \bassA s8
\bassB
\bassA s8
>>>>>>> Stashed changes:2-4_marches/black_bear/mid.ly
}
\new PipeBandDrumStaff = "bass" {
\bassglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
\emptyline
\bassAA
\bassAB
s8 \bassAA
\bassAB
}
>>
\layout {
\context {
\PipeBandDrumStaff
\RemoveEmptyStaves
\override VerticalAxisGroup.remove-first = ##t
}
}
\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

@ -6,7 +6,7 @@ pipeglobal = {
\bagpipeKey
}
pipesA = {
\grg a16. [ b32 ] |
\tag #'upbeat { \grg a16. [ b32 ] | }
\thrwd d8 [ \dbld d8 ] \grg f16.[ d32 A16. f32 ]|
\thrwd d8 [ \dbld d8 ] \grg f16.[ d32 A16. f32 ]|
\dble e8 [ \grg b8 ] \grip b8 [ \grg e16 d16 ] |
@ -15,28 +15,17 @@ pipesA = {
\thrwd d8 [ \dbld d8 ] \grg f16. [ d32 A16. f32 ] |
\thrwd d8 [ \dbld d8 ] \grg f16. [ d32 A16. f32 ] |
\dble e8 [ \grip e8 ] \grg e16. [ g32 \grA f32 e16. ] |
\thrwd d8 [ \grg f8 ] \thrwd d8
\thrwd d8 [ \grg f8 ] \thrwd d8
}
pipesB = {
e8 |
\grg a16. [ \grd a32 a16 \grd b16 ] \thrwd d8 [ \grg d16 e16 ] |
\dblg g8 [ \grA f16 e16 ] \grg f32 [ A16. f16. d32 ] |
\grg a16. [ \grd a32 a16 ] \grd b16 ] \thrwd d8 [ \grg d16 e16 ] |
\dblg g8 [ \grA f16 e16 ] \grg f32 [ A16. f16. d32 ] |
\dblg g8 [ \grA f16 e16 ] \grg f32 [ A16. f16. d32 ] |
A8 [ a16 \dbla a16 ] \grg c8 [ \grd a16 \dbla a16 ] |
\grg d8 [ b16 \dblb b16 ] \grg e8 [ c16 \dblc c16 ] |
\grg d32 [ f16. \grg d32 f16. ] e16. [ g32 \grA f32 g16. ] |
A8 [ \grip A8 ] \grg A16. [ g32 f16. e32 ]
}
pipesCA = {
\thrwd d8 [ \dbld d8 ] \grg f16. [ d32 A16. f32 ] |
\thrwd d8 [ \dbld d8 ] \grg f16. [ d32 A16. f32 ] |
\dble e8 [ \grg b8 ] \grip b8 [ \grg e16 d16 ] |
\grg c32 [ d16. \grg b32 \grd c16. ] \grg a16. [ b32 \grg c32 \grd a16. ]
\thrwd d8 [ \dbld d8 ] \grg f16. [ d32 A16. f32 ] |
\thrwd d8 [ \dbld d8 ] \grg f16. [ d32 A16. f32 ] |
\dble e8 [ \grip e8 ] \grg e16. [ g32 \grA f32 e16. ] |
\thrwd d8 [ \grg f8 ] \thrwd d8
}
A8 [ \grip A8 ] \grg A16. [ g32 f16. e32 ]
}

View file

@ -7,7 +7,7 @@ sideglobal = { \eighthBeaming }
snareA = \drummode {
\tutti {
d16. g32 |
\tag #'upbeat { d16. g32 | }
d8:32(-> g:32)(-> \triplet { d16) g d-> } g16. g32 |
d8:32(-> g:32)(-> \triplet { d16) g d-> } g16. g32 |
\flam d8 d8:32( g8)
@ -22,6 +22,9 @@ snareA = \drummode {
} g32 |
\flam d16. g32-> d32 g d g d8
}
snareBB = \drummode {
\removeWithTag #'upbeat \snareA
}
snareBA = \drummode {
g8 |

View file

@ -5,6 +5,12 @@
\include "./config.ily"
\include "./notes.pipes.ily"
markTextEol = #(define-music-function (parser location text) (string?) #{
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
\mark \markup $text
#})
\score {
\new Staff {
\global
@ -12,16 +18,13 @@
<<
{
\repeat volta 2 {
\part \line
}\break
\part \line \bar "||" \break
\line \bar "|."
\part \line \markTextEol "Fine"
}\break
\part \line \markTextEol "D.C. al Fine" \bar "||"
}
{
\pipesA s8
\pipesB
\pipesCA
}
>>
}
@ -40,7 +43,7 @@
\pipesA
\pipesA
\pipesB
\pipesCA
\removeWithTag #'upbeat \pipesA
}
\midi { \confTempo }
\header {

View file

@ -37,28 +37,3 @@
composer = \composerTenor
}
}
midiTenor = midiDrumPitches
midiTenor.right-hand = \tenorDefault
midiTenor.left-hand = \tenorDefault
\score {
\new PipeBandDrumStaff
\with {
drumPitchTable = #(alist->hash-table midiTenor)
}
{ \global \tenorglobal
%%Tune
\tenorA
r8 \tenorA
\tenorB
\tenorA r8
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}

View file

@ -7,7 +7,6 @@ confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 8 s8 }
measure = { \grace {s4} s2 | }
halfline = { \repeat unfold 4 { \measure } }
line = { \repeat unfold 2 { \halfline } }

View file

@ -2,35 +2,39 @@
% Pipes
\version "2.18.2"
composerPipes = "Trad."
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
pipesA = {
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
\thrwd d8. [ e16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
\dblf f8 [ e8 ] \dblf f8 [ A8 ] |
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
\thrwd d8. [ e16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
\grg a4 \wbirl a4
\grg a4 \wbirl a4
}
pipesB = {
\grg f8 [ A8 ] \grg A4 |
\grip A8. [ g16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
\dblf f8 [ e8 ] \dblf f4
\dblf f8 [ e8 ] \dblf f4
}
pipesBA = {
\grg f8 [ A8 ] \grg A4
\grip A8. [ g16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
\grg a4 \wbirl a4
\grg a4 \wbirl a4
}
pipesBB = {
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
\thrwd d8. [ e16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
\grg a4 \wbirl a4
\grg a4 \wbirl a4
}

View file

@ -8,29 +8,29 @@
\score {
\new Staff {
\global
\bagpipeKey
\pipeglobal
<<
{
\new NullVoice = "format" {
\repeat volta 2 {
\line
}
\break
\repeat volta 2 {
\halfline
}
\alternative {
{\halfline}
{\halfline}
}
\alternative {
{ \halfline }
{ \halfline }
}
\bar "|."
}
{
\pipesA
}%Format
\pipesB
\pipesBA
\pipesBB
\new Voice = "pipes" {
\pipesA
\pipesB
\pipesBA
\pipesBB
}
>>
}
@ -39,5 +39,26 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesB
\pipesBA
\pipesB
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View file

@ -7,7 +7,7 @@ confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 8 s8 }
part = { \partial 8 \grace {s4} s8 }
measure = { \grace { s4 } s2 | }
halfline = { \repeat unfold 4 { \measure } }
line = { \repeat unfold 2 { \halfline } }

View file

@ -1,7 +1,11 @@
% 2/4 Teribus
% 2/4 Corriechoillie's 43rd Welcome to the Northern Meeting
% Pipes
\version "2.18.2"
composerPipes = "PM W. Ross, arr. PM G.J. van Achterbergh"
composerPipes = "PM W. Ross"
arrangerPipes = "PM G.J. van Achterbergh"
pipeglobal = {
\bagpipeKey
}
pipesA = {
e8 |
\grg a8. [ b16 ] \grG a8 [ \thrwd d8 ] |
@ -12,25 +16,25 @@ pipesA = {
\grg a8. [ b16 ] \grG a8 [ \thrwd d8 ] |
\grg e8. [ d16 ] \dblb b8 [ \gre a8 ] |
\thrwd d8. [ e16 ] \grg f8 [ A8 ] |
\hdblf f8 [ d8 ] \dbld d8
\hdblf f8 [ d8 ] \dbld d8
}
pipesB = {
\dblg g8
\dblA A8. [ f16 ] \thrwd d8 [ f8 ]
\grg e8. [ d16 ] \dblb b8 [ \gre a8 ]
\thrwd d8. [ e16 ] \grg f8 [ A8 ]
\dblg g8
\dblA A8. [ f16 ] \thrwd d8 [ f8 ]
\grg e8. [ d16 ] \dblb b8 [ \gre a8 ]
\thrwd d8. [ e16 ] \grg f8 [ A8 ]
\hdblf f8 [ \grg e8 ] \gra e8 [ \dblg g8 ]
}
pipesBA = {
\dblA A8. [ f16 ] \thrwd d8 [ f8 ]
\grg e8. [ d16 ] \dblb b8 [ \gre a8 ]
\thrwd d8. [ e16 ] \grg f8 [ A8 ]
\hdblf f8 [ d8 ] \dbld d8
\dblA A8. [ f16 ] \thrwd d8 [ f8 ]
\grg e8. [ d16 ] \dblb b8 [ \gre a8 ]
\thrwd d8. [ e16 ] \grg f8 [ A8 ]
\hdblf f8 [ d8 ] \dbld d8
}
pipesBB = {
\grg a8. [ b16 ] \grG a8 [ \thrwd d8 ]
\grg e8. [ d16 ] \dblb b8 [ \gre a8 ]
\thrwd d8. [ e16 ] \grg f8 [ A8 ]
\hdblf f8 [ d8 ] \dbld d8
\grg a8. [ b16 ] \grG a8 [ \thrwd d8 ]
\grg e8. [ d16 ] \dblb b8 [ \gre a8 ]
\thrwd d8. [ e16 ] \grg f8 [ A8 ]
\hdblf f8 [ d8 ] \dbld d8
}

View file

@ -8,26 +8,26 @@
\score {
\new Staff {
\global
\bagpipeKey
\pipeglobal
<<
{
\new NullVoice = "format" {
\repeat volta 2 {
\part \line
}
\break
\repeat volta 2 {
\part \halfline
}
\alternative {
{\halfline}
{\halfline}
}
\alternative {
{ \halfline }
{ \halfline }
}
\bar "|."
}
{
}%Format
\new Voice = "pipes" {
\pipesA s8
\pipesB
\pipesBA s8
\pipesBB
@ -39,5 +39,26 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA s8
\pipesB
\pipesBA s8
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View file

@ -79,5 +79,4 @@ snareDAC = \drummode {
>>
\flamd d8 d8:32( g4)
\bar "|."
}

View file

@ -2,6 +2,11 @@
% Pipes
\version "2.18.2"
composerPipes = "Trad."
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
pipesA = {
\grg e8. [ f16 ] \grg e8 [ a8 ] |
\dblc c8 [ \gre a8 ] \dble e4 |
@ -11,14 +16,14 @@ pipesA = {
\grg e8. [ f16 ] \grg e8 [ a8 ] |
\dblc c8 [ \gre a8 ] \dble e4 |
\grg a8. [ b16 ] \dblc c8 [ \gre a8 ] |
\dblb b4 \grG a4
\dblb b4 \grG a4
}
pipesB = {
\dblc c8 [ \gre a8 ] \wbirl a8. [ b16 ] |
\dblc c8 [ \gre a8 ] \dblc c4 |
\thrwd d8. [ c16 ] \grg b8. [ c16 ] |
\thrwd d8 [ \gre b8 ] \thrwd d4 |
\dblc c8 [ \gre a8 ] \wbirl a8. [ b16 ] |
\dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
\grg a8. [ b16 ] \dblc c8 [ \gre a8 ] |

View file

@ -8,22 +8,21 @@
\score {
\new Staff {
\global
\bagpipeKey
<<
{
\line
\line
}
{
\pipeglobal
\set Staff.midiInstrument = #"bagpipe"
\pipesA
\bar "||"
\pipesB
}
>>
\bar "|."
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
\layout { }
\midi { \confTempo }
}

View file

@ -3,11 +3,10 @@
global = {
\time 2/4
}
confTempo = {
\tempo 4 = 80
confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 8 s8 }
measure = { \grace {s1} s2 | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }

View file

@ -1,7 +1,8 @@
% 2/4 Maries Wedding
% Pipes
\version "2.18.2"
composerPipes = ""
composerPipes = "Trad."
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
@ -10,7 +11,7 @@ pipesA = {
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
\thrwd d8. [ e16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
\dblf f8 [ e8 ] \dblf f8 [ A8 ] |
\dblf f8 [ e8 ] \dblf f8 [ A8 ] |
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
\thrwd d8. [ e16 ] \dblf f4 |
@ -22,7 +23,7 @@ pipesBA = {
\grg f8 [ A8 ] \grg A4 |
\grip A8. [ g16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
\dblf f8 [ e8 ] \dblf f4
\dblf f8 [ e8 ] \dblf f4
}
pipesBBA = {

View file

@ -22,7 +22,7 @@
\halfline
}\bar "|."
}%Format
\new Voice = "pipes" {
\pipesA
@ -37,6 +37,7 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
@ -56,5 +57,6 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View file

@ -7,11 +7,12 @@ confTempo = {
\tempo 4 = 90
}
%% Format
part = { \partial 8 s8 }
partspacer = { \grace {s4} s8 }
part = { \partial 8 }
measure = { \grace { s4 } s2 | }
halfline = { \repeat unfold 4 { \measure } }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "Piper's Cave"
meter = "March"
title = "The Piper's Cave"
meter = "March"

View file

@ -2,17 +2,21 @@
% Pipes
\version "2.18.2"
composerPipes = "PM J. Sutherland, 1936"
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
pipesA = {
\dblc c16. [ b32 ] |
\grg a4 \wbirl a8. [ b16 ] |
\grip c8 [ f8 ] \slure f8 [ A16 f16 ] |
\dble e8 [ c8 ] \dblc c8 [ \grg b16 \grd a16 ] |
\dblc c8 [ \grg b8 ] \taor b8 [ \dblc c16. b32 ] | \break
\grg a4 \wbirl a8. [ b16 ] |
\grip c8 [ f8 ] \slure f8 [ A16 f16 ] |
\dble e8. [ c16 ] \grg b8 [ \dblc c16 b16 ] |
\grg a4 \wbirl a8
\grg a4 \wbirl a8
}
pipesB = {
@ -20,19 +24,19 @@ pipesB = {
\dblA A8 [ f8 ] \dblf f8 [ e16 f16 ] |
\dblA A8 [ c8 ] \grip c8 [ A16 f16 ] |
\dble e8 [ c8 ] \dblc c8 [ \grg b16 \grd a16 ] |
\dblc c8 [ \grg b8 ] \taor b8
\dblc c8 [ \grg b8 ] \taor b8
}
pipesBA = {
\dblg g8 |
\dblA A8 [ f8 ] \dblf f8 [ e16 f16 ] |
\dblA A8 [ c8 ] \grip c8 [ A16 f16 ] |
\dble e8. [ c16 ] \grg b8 [ \dblc c16 b16 ] |
\grg a4 \wbirl a8
\grg a4 \wbirl a8
}
pipesBB = {
\dblc c16. [ b32 ] |
\grg a4 \wbirl a8. [ b16 ] |
\grip c8 [ f8 ] \slure f8 [ A16 f16 ] |
\dble e8. [ c16 ] \grg b8 [ \dblc c16 b16 ] |
\grg a4 \wbirl a4
\grg a4 \wbirl a8
}

View file

@ -8,24 +8,25 @@
\score {
\new Staff {
\global
\bagpipeKey
\pipeglobal
<<
{
\new NullVoice = "format" {
\repeat volta 2 {
\part \line
\part \partspacer \line
}
\break
\repeat volta 2 {
\part s2*3 s4 s8
}
\alternative {
{s8 \halfline}
{s8 \halfline}
\part \partspacer s2*3 s4 s8
}
\alternative {
{\partspacer | \halfline}
{\partspacer | \halfline}
}
\bar "|."
}
{
}%Format
\new Voice = "pipes" {
\pipesA s8
\pipesB
@ -39,5 +40,30 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\unfoldRepeats {\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\repeat volta 2 {
\part \pipesA
}
\repeat volta 2 {
\part \pipesB
} \alternative {
\pipesBA
\pipesBB
}
} }
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View file

@ -7,7 +7,7 @@ confTempo = {
\tempo 4 = 90
}
%% Format
part = { \partial 8 s8 }
part = { \partial 8 \grace {s4} s8 }
measure = { \grace { s4 } s2 | }
halfline = { \repeat unfold 4 { \measure } }
line = { \repeat unfold 2 { \halfline } }

View file

@ -1,37 +1,41 @@
% 2/4 Teribus
% Pipes
\version "2.18.2"
composerPipes = "Trad., arr. PM G.J. van Achterbergh"
composerPipes = "Trad."
arrangerPipes = "PM G.J. van Achterbergh"
pipeglobal = {
\bagpipeKey
}
pipesA = {
a8 |
\thrwd d8 [ \gre a8 ] \thrwd d8. [ e16 ] |
\grg f8 [ A8 ] \hdblf f8 [ d8 ] |
\dblg g8. [ f16 ] \dble e8. [ d16 ] |
\dblc c8 [ e8 ] \dblc c8 [ a8 ] |
\thrwd d8 [ \gre a8 ] \thrwd d8. [ e16 ] |
\grg f8 [ A8 ] \hdblf f8 [ d8 ] |
\dblg g8. [ f16 ] \dble e8. [ A16 ] |
\hdblf f8 [ d8 ] \dbld d8 |
\hdblf f8 [ d8 ] \dbld d8
}
pipesB = {
\dblg g8
A4 \grip A8. [ g16 ]
\grg f8 [ A8 ] \hdblf f8 [ d8 ]
\dblg g8. [ f16 ] \dble e8. [ d16 ]
\dblg g8
A4 \grip A8. [ g16 ]
\grg f8 [ A8 ] \hdblf f8 [ d8 ]
\dblg g8. [ f16 ] \dble e8. [ d16 ]
\dblc c8 [ e8 ] \dblc c8 [ a8 ]
}
pipesBA = {
A4 \grip A8. [ g16 ]
\grg f8 [ A8 ] \hdblf f8 [ d8 ]
\dblg g8. [ f16 ] \dble e8. [ A16 ]
\hdblf f8 [ d8 ] \dbld d8
A4 \grip A8. [ g16 ]
\grg f8 [ A8 ] \hdblf f8 [ d8 ]
\dblg g8. [ f16 ] \dble e8. [ A16 ]
\hdblf f8 [ d8 ] \dbld d8
}
pipesBB = {
\thrwd d8 [ \gre a8 ] \thrwd d8. [ e16 ]
\grg f8 [ A8 ] \hdblf f8 [ d8 ]
\dblg g8. [ f16 ] \dble e8. [ A16 ]
\hdblf f8 [ d8 ] \dbld d8
\thrwd d8 [ \gre a8 ] \thrwd d8. [ e16 ]
\grg f8 [ A8 ] \hdblf f8 [ d8 ]
\dblg g8. [ f16 ] \dble e8. [ A16 ]
\hdblf f8 [ d8 ] \dbld d8
}

View file

@ -8,26 +8,26 @@
\score {
\new Staff {
\global
\bagpipeKey
\pipeglobal
<<
{
\new NullVoice = "format" {
\repeat volta 2 {
\part \line
}
\break
\repeat volta 2 {
\part \halfline
}
\alternative {
{\halfline}
{\halfline}
}
\alternative {
{ \halfline }
{ \halfline }
}
\bar "|."
}
{
}%Format
\new Voice = "pipes" {
\pipesA s8
\pipesB
\pipesBA s8
\pipesBB
@ -39,5 +39,26 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA s8
\pipesB
\pipesBA s8
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}