mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Tenor scores for Black Bear and MacKenzie Highlanders
Funny part added for the walrus
This commit is contained in:
parent
ddadefe2d9
commit
2bafd74202
13 changed files with 309 additions and 37 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
\include "config.ily"
|
||||
%\include "notes.bass.ily"
|
||||
%\include "notes.tenor.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
|
|
@ -36,16 +36,29 @@
|
|||
\snareBA
|
||||
\snareBB
|
||||
}
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
%
|
||||
% }
|
||||
% \new PipeBandDrumStaff = "tenor" {
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\tenorglobal
|
||||
|
||||
\tenorA s8
|
||||
|
||||
\tenorBA
|
||||
\tenorBB s8
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
s8
|
||||
s2*7
|
||||
s4 s4
|
||||
|
||||
s8
|
||||
s2*8
|
||||
s2*7
|
||||
s4 s4
|
||||
}
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue