mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-16 12:59:21 +02:00
Various new scores
The Royal Scots Polka Heroes of Oosterbeek The Accordion Man MacDonald of the Isles Jimmy Blue Muss i denn Lady Seaforth
This commit is contained in:
parent
3613a49d89
commit
736a01c6a3
21 changed files with 955 additions and 0 deletions
18
4-4_marches/accordion_man/config.ily
Normal file
18
4-4_marches/accordion_man/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 = "The Accordion Man"
|
||||
meter = "March"
|
Loading…
Add table
Add a link
Reference in a new issue