mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-06-15 03:36:37 +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
18
4-4_marches/green_glens_of_antrim/config.ily
Normal file
18
4-4_marches/green_glens_of_antrim/config.ily
Normal file
|
@ -0,0 +1,18 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key d \major
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Green Glens of Antrim"
|
||||
meter = "March"
|
Loading…
Add table
Add a link
Reference in a new issue