mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
New Tunes: Airs:
Going Home The Day Thou Gavest
This commit is contained in:
parent
1973fa2c44
commit
d2479024a6
9 changed files with 431 additions and 0 deletions
41
airs/going_home/side.ly
Normal file
41
airs/going_home/side.ly
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\snareA
|
||||
|
||||
\snareBA
|
||||
|
||||
\snareBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue