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

New Scores for Kilaloe and the Keel Row

Updated the templates a bit
This commit is contained in:
Eric Teunis de Boone 2018-10-10 00:31:36 +02:00
parent 9057c71bcd
commit 0cd17410d9
22 changed files with 755 additions and 102 deletions

View file

@ -0,0 +1,37 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.bass.ily"
\score {
\new PipeBandDrumStaff {
\global
\bassglobal
<<
\new NullVoice = "format"
{
\repeat volta 2 {
\halfline
}
\break
\repeat volta 2 {
\halfline
}
}%Format
\new DrumVoice {
\bassA
\bassB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentBass
composer = \composerBass
arranger = \arrangerBass
}
}