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

Various fixes for piping scores for CMPD

This commit is contained in:
Eric Teunis de Boone 2019-03-02 00:18:36 +01:00
parent 3613a49d89
commit 3ceb5ef3c3
17 changed files with 131 additions and 48 deletions

View file

@ -10,13 +10,19 @@
\include "./notes.pipes.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 Voice = "format" { \line \line
\break
@ -34,10 +40,11 @@
\verseA
}
}
\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}
\repeat unfold 3 { \snareAA }
\snareAB

View file

@ -43,7 +43,7 @@
\quartline
} \alternative {
\quartline
{ \halfline \quartline }
{\quartline \measure}
}
\bar "|."
}%Format

View file

@ -47,8 +47,5 @@ pipesBA = {
pipesBEnding = {
\grA f2~ f4 \birl a4 |
\grg f4 e4 \grg d4 c4 |
\thrwd d1~ |
d1~ |
d1~ |
d1~
\thrwd d1\fermata |
}

View file

@ -6,7 +6,7 @@
\include "./config.ily"
\include "./notes.pipes.ily"
\pbreak = \break
pbreak = \break
\score {
\new Staff {
\global
@ -29,7 +29,7 @@
\quartline
} \alternative {
{\quartline \pbreak}
{ \halfline \quartline }
{ \quartline \measure }
}
\bar "|."
}%Format

View file

@ -7,12 +7,13 @@ pipeglobal = {
\bagpipeKey
}
% Music
pipesA = {
pipesAA = {
a4~ a8 [ \wbirl a8 ] \grg a8 [ A8 ] e16 [ f8. ]~ f4 \grg e8 [ d8 ] |
\grg G4~ G8 [ \grd G8 ] ~ G8 [ d8 ] \grG a4 ~ a4 \grg \tuplet 3/2 { f8. [ e16 d8 ] } |
\grg a4~ a8 [ \wbirl a8 ] \grg a8 [ A8 ] e16 [ f8. ] ~ f4 \grg e8 [ d8 ] |
\slurd d4~ d8 [ b8 ] \grg \tuplet 3/2 { d8. [ e16 f8 ] } \dble e4 ~ e8 [ f8 ] \grg \tuplet 3/2 { f8. [ e16 d8 ] } |
}
pipesAB = {
\grg a4~ a8 [ \wbirl a8 ] \grg a8 [ A8 ] e16 [ f8. ]~ f4 \grg e8 [ d8 ] |
\grg G4~ G8 [ \grd G8 ]~ G8 [ d8 ] \grG a4~ a4 \grg \tuplet 3/2 { a8. [ b16 c8 ] } |
\thrwd d4~ d8 [ b8 ] \grg \tuplet 3/2 { d8. [ e16 f8 ] } \dble e4~ e8 [ a8 ] \grg \tuplet 3/2 { f8. [ e16 d8 ] } |
@ -32,8 +33,8 @@ pipesBBA = {
\thrwd d4~ d8 [ b8 ] \grg \tuplet 3/2 { d8. [ e16 f8 ] } \dble e4~ e8 [ a8 ] \grg \tuplet 3/2 { f8. [ e16 d8 ] } |
\grg d4~ d4~ d4 \slurd d4~ d4 \grg \tuplet 3/2 { f8. [ e16 d8 ] }
}
pipesBBB = {
a4~ a8 [ \wbirl a8 ] \grg a8 [ A8 ] e16 [ f8. ]~ f4 \grg e8 [ d8 ] |
pipesBBB = { % pipesAB
\grg a4~ a8 [ \wbirl a8 ] \grg a8 [ A8 ] e16 [ f8. ]~ f4 \grg e8 [ d8 ] |
\grg G4~ G8 [ \grd G8 ]~ G8 [ d8 ] \grG a4~ a4 \grg \tuplet 3/2 { a8. [ b16 c8 ] } |
\thrwd d4~ d8 [ b8 ] \grg \tuplet 3/2 { d8. [ e16 f8 ] } \dble e4~ e8 [ a8 ] \grg \tuplet 3/2 { f8. [ e16 d8 ] } |
\grg d4~ d4~ d4 \slurd d4~ d4~ d4

View file

@ -11,7 +11,8 @@
\pipeglobal
\repeat volta 2 {
\pipesA
\pipesAA
\pipesAB
}
\break
\repeat volta 2 {
@ -38,7 +39,8 @@
%%Tune
\unfoldRepeats {
\repeat volta 2 {
\pipesA
\pipesAA
\pipesAB
}
\break
\repeat volta 2 {
@ -60,4 +62,4 @@
composer = \composerPipes
arranger = \arrangerPipes
}
}
}