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:
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue