1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02: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:
Eric Teunis de Boone 2018-01-30 16:23:53 +01:00
parent 3fed96fa3e
commit fa459373ce
8 changed files with 104 additions and 89 deletions

View file

@ -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" {

View file

@ -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
}
}

View file

@ -36,8 +36,8 @@ markTextEol = #(define-music-function (parser location text) (string?) #{
\new DrumVoice = "side" {
\snareAA
\snareABA s4
\snareABB
\snareABA
\snareABB r8 s8
\snareBA
}
>>

View 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
}
}