1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

[tune][drums] Drumscores for Caller Herrin'

[bass][tenor][side][snare][score]
This commit is contained in:
Eric-Teunis de Boone 2022-11-08 00:56:23 +01:00
parent 66598fa2ac
commit c603cc46a2
9 changed files with 556 additions and 0 deletions

View file

@ -0,0 +1,44 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\halfline
\mark \markup { \musicglyph "scripts.segno"}
%\inStaffSegno
\halfline
\fine
}
\break
\part
\halfline
\halfline
\dsalfine
\bar "||"
} % Format
\new DrumVoice = "side" {
\sideglobal
\sideA s8
\removeWithTag #'fine \sideB
}%Side
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}