mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
error in unison for 24 endings (side)
Made Band of Brothers a bit nicer rewrote Pibroch of Donald Dubh using repeats Barring error in Wings + unfolded Side score
This commit is contained in:
parent
3fed96fa3e
commit
fa459373ce
8 changed files with 104 additions and 89 deletions
|
@ -20,9 +20,11 @@
|
|||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "|."
|
||||
\part \line \bar "||"
|
||||
\line \bar "|."
|
||||
\break
|
||||
\part \line \bar "|."
|
||||
\part \line \bar "||"
|
||||
\line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
|
|
|
@ -1,38 +0,0 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{
|
||||
\partial 8 s8
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
}
|
||||
\alternative {
|
||||
{ \halfline }
|
||||
{ \measure | s2^"Fine" s4 s8 \bar "|."}
|
||||
}
|
||||
\partial 8 s8
|
||||
\halfline
|
||||
\measure
|
||||
s1^"D.C. al Fine" \bar "||"
|
||||
}
|
||||
{
|
||||
\snareAA
|
||||
\snareABA
|
||||
\snareABB
|
||||
\snareBA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
|
@ -36,8 +36,8 @@ markTextEol = #(define-music-function (parser location text) (string?) #{
|
|||
|
||||
\new DrumVoice = "side" {
|
||||
\snareAA
|
||||
\snareABA s4
|
||||
\snareABB
|
||||
\snareABA
|
||||
\snareABB r8 s8
|
||||
\snareBA
|
||||
}
|
||||
>>
|
||||
|
|
35
4-4_marches/wings/side.nofine.ly
Normal file
35
4-4_marches/wings/side.nofine.ly
Normal file
|
@ -0,0 +1,35 @@
|
|||
\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 \line \bar "||"
|
||||
\line \bar "||"
|
||||
\break
|
||||
\partial 8 s8 \line \bar "||"
|
||||
\line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\snareAA \snareABA
|
||||
\removeWithTag #'tutti { \snareAAI \snareABB r8 s8 }
|
||||
\snareBA
|
||||
\removeWithTag #'tutti { \snareAAI \snareABB r8 s8 }
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
|
@ -3,57 +3,70 @@
|
|||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
\bagpipeKey
|
||||
}
|
||||
mbreak = \break
|
||||
% Music
|
||||
pipesA = {
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ g16 A8 ] \bar "|"
|
||||
\hdble e8. [ c16 \grG c8 ] \dblc c8. [ b16 \grG a8 ] \bar "|"
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ g16 A8 ] \bar "|"
|
||||
\hdble e8. [ c16 \grG a8 ] \dblb b4 \grG a8 \bar "|" \break
|
||||
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ g16 A8 ] \bar "|"
|
||||
\hdble e8. [ c16 \grG c8 ] \dblc c8. [ b16 \grG a8 ] \bar "|"
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] \bar "|"
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8
|
||||
\repeat unfold 2 {
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ g16 A8 ] |
|
||||
\hdble e8. [ c16 \grG c8 ] \dblc c8. [ b16 \grG a8 ] |
|
||||
} \alternative {
|
||||
{
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ g16 A8 ] |
|
||||
\hdble e8. [ c16 \grG a8 ] \dblb b4 \grG a8 \mbreak |
|
||||
}
|
||||
{
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] |
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8 |
|
||||
}
|
||||
}
|
||||
}
|
||||
pipesB = {
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ d16 \grG d8 ] \bar "|"
|
||||
\dble e8. [ c16 \grG c8 ] \dblc c8. [ b16 \grG a8 ] \bar "|"
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ d16 \grG d8 ] \bar "|"
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8 \bar "|" \break
|
||||
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ d16 \grG d8 ] \bar "|"
|
||||
\dble e8. [ c16 \grG c8 ] \dblc c8. [ b16 \grG a8 ] \bar "|"
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] \bar "|"
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8
|
||||
\repeat unfold 2 {
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ d16 \grG d8 ] |
|
||||
\dble e8. [ c16 \grG c8 ] \dblc c8. [ b16 \grG a8 ] |
|
||||
} \alternative {
|
||||
{
|
||||
\dble e8. [ c16 \grG c8 ] \grg f8. [ d16 \grG d8 ] |
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8 \mbreak |
|
||||
}
|
||||
{
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] |
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8 |
|
||||
}
|
||||
}
|
||||
}
|
||||
pipesC = {
|
||||
\grip e4 \grg a8 \grip f4 \grg a8 \bar "|"
|
||||
\grip e4 \grg a8 \dblc c8. [ b16 \grG a8 ] \bar "|"
|
||||
\grip e4 \grg a8 \grip f4 \grg a8 \bar "|"
|
||||
\grip e4 c8 \dblb b4 \grG a8 \bar "|" \break
|
||||
|
||||
\grip e4 \grg a8 \grip f4 \grg a8 \bar "|"
|
||||
\grip e4 \grg a8 \dblc c8. [ b16 \grG a8 ] \bar "|"
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] \bar "|"
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8
|
||||
\repeat unfold 2 {
|
||||
\grip e4 \grg a8 \grip f4 \grg a8 |
|
||||
\grip e4 \grg a8 \dblc c8. [ b16 \grG a8 ] |
|
||||
} \alternative {
|
||||
{
|
||||
\grip e4 \grg a8 \grip f4 \grg a8 |
|
||||
\grip e4 c8 \dblb b4 \grG a8 \mbreak |
|
||||
}
|
||||
{
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] |
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8 |
|
||||
}
|
||||
}
|
||||
}
|
||||
pipesDA = {
|
||||
A8. [ e16 \grg e8 ] A8. [ f16 \grg f8 ] \bar "|"
|
||||
A8. [ e16 \grg e8 ] \dblc c8. [ b16 \grG a8 ] \bar "|"
|
||||
A8. [ e16 \grg e8 ] A8. [ f16 \grg f8 ] \bar "|"
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8 \bar "|"
|
||||
A8. [ e16 \grg e8 ] A8. [ f16 \grg f8 ] |
|
||||
A8. [ e16 \grg e8 ] \dblc c8. [ b16 \grG a8 ] |
|
||||
A8. [ e16 \grg e8 ] A8. [ f16 \grg f8 ] |
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8 |
|
||||
}
|
||||
pipesDBA = {
|
||||
A8. [ e16 \grg e8 ] A8. [ f16 \grg f8 ] \bar "|"
|
||||
A8. [ e16 \grg e8 ] \dblc c8. [ b16 \grG a8 ] \bar "|"
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] \bar "|"
|
||||
A8. [ e16 \grg e8 ] A8. [ f16 \grg f8 ] |
|
||||
A8. [ e16 \grg e8 ] \dblc c8. [ b16 \grG a8 ] |
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] |
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8
|
||||
}
|
||||
pipesDBB = {
|
||||
A8. [ e16 \grg e8 ] A8. [ f16 \grg f8 ] \bar "|"
|
||||
A4 \grip A8 \hdblc c8. [ b16 \grG a8 ] \bar "|"
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] \bar "|"
|
||||
A8. [ e16 \grg e8 ] A8. [ f16 \grg f8 ] |
|
||||
A4 \grip A8 \hdblc c8. [ b16 \grG a8 ] |
|
||||
\slurb b4 c8 \thrwd d8. [ e16 f8 ] |
|
||||
\dble e8. [ c16 \grG a8 ] \dblb b4 \grG a8
|
||||
}
|
||||
|
|
3
build-all
Executable file
3
build-all
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
./build {*marches,airs,christmas,hornpipes,jigs,other,reels,sinterklaas,strathspeys}/**/*.ly standards/*.ly
|
|
@ -9,14 +9,12 @@
|
|||
\layout {
|
||||
indent = 0
|
||||
\set Score.markFormatter = #format-mark-box-alphabet
|
||||
\context {
|
||||
\Staff
|
||||
\numericTimeSignature
|
||||
% \hideKeySignature
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff = "staff_pipes" {
|
||||
\numericTimeSignature
|
||||
\bagpipeKey
|
||||
|
||||
\compressMMRests {
|
||||
\tempo 2. = 32
|
||||
\time 3/4
|
||||
|
@ -29,9 +27,11 @@
|
|||
|
||||
\bar "||"
|
||||
\mark \default
|
||||
\tempo 4 = 108
|
||||
\time 4/4
|
||||
R1*3
|
||||
<<
|
||||
{ s8 \tempo 4 = 108 }
|
||||
{ R1*3 }
|
||||
>>
|
||||
|
||||
\time 2/4
|
||||
R2
|
||||
|
|
|
@ -59,7 +59,7 @@ endone = \drummode {
|
|||
|
||||
endtwo = \drummode {
|
||||
<<
|
||||
\tag #'tutti \tutti { s8 | s4 s4 s4 r8 }
|
||||
\tag #'tutti \tutti { s8 | s4 s4 s4 s8 }
|
||||
{
|
||||
d8:32( |
|
||||
g8) \flamd d16. g32 d16. \flamg g32 d16. g32
|
||||
|
@ -80,7 +80,7 @@ endthree = \drummode {
|
|||
}
|
||||
endfour = \drummode {
|
||||
<<
|
||||
\tag #'tutti \tutti { r8 | s4 s4 s4 s8 }
|
||||
\tag #'tutti \tutti { s8 | s4 s4 s4 s8 }
|
||||
{
|
||||
d8:32( |
|
||||
\triplet { g16) d g } \flam d16. g32 d32 g d g d16. g32
|
||||
|
|
Loading…
Reference in a new issue