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:
parent
9057c71bcd
commit
0cd17410d9
22 changed files with 755 additions and 102 deletions
37
strathspeys/keel_row/bass.ly
Normal file
37
strathspeys/keel_row/bass.ly
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue