mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
CMPD: Side scores update
Highland Laddie Auld Lang Syne Green Glens of Antrim When the Pipers play Bells of Dunblane Rose of Kelvingrove Cullen Bay Standards
This commit is contained in:
parent
7b25a087aa
commit
1c05f8ba65
34 changed files with 1312 additions and 106 deletions
31
4-4_marches/auld_lang_syne/notes.side.cmpd.ily
Normal file
31
4-4_marches/auld_lang_syne/notes.side.cmpd.ily
Normal file
|
@ -0,0 +1,31 @@
|
|||
% 4/4 Auld Lang Syne
|
||||
% Side
|
||||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
arrangerSide = ""
|
||||
sideglobal = {
|
||||
\eighthBeaming
|
||||
}
|
||||
% Music
|
||||
snareA = \drummode {
|
||||
|
||||
\flam d8[ d8]:32(
|
||||
g8[) \flam d8]
|
||||
d8[:32( g8])
|
||||
d8[:32( g8])
|
||||
|
|
||||
\flam d8[ d8]:32(
|
||||
g8[) \flam d8]
|
||||
d8[:32( g8])
|
||||
d8[:32( g8])
|
||||
|
|
||||
\flam d8[ d8]:32(
|
||||
g8[) \flam d8]
|
||||
d8[:32( g8])
|
||||
d8[:32( g8])
|
||||
|
|
||||
\tuplet 3/2 { d16 g \backstick d } \tuplet 3/2 { g16 d \backstick g }
|
||||
d4
|
||||
\flam d4
|
||||
r4
|
||||
}
|
31
4-4_marches/auld_lang_syne/side.cmpd.ly
Normal file
31
4-4_marches/auld_lang_syne/side.cmpd.ly
Normal file
|
@ -0,0 +1,31 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.cmpd.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\snareA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue