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,42 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.bass.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
\repeat volta 2 {
\halfline
\mark \markup { \musicglyph "scripts.segno"}
\inStaffSegno
\halfline
\fine
}
\break
\halfline
\halfline
\dsalfine
\bar "||"
}%Format
\new DrumVoice = "bass" {
\bassglobal
\bassA
\removeWithTag #'fine \bassB
}%Bass
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentBass
composer = \composerBass
arranger = \arrangerBass
}
}