mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Build script working with spaces again,
New Side Score: Massacre of Glencoe
This commit is contained in:
parent
a69bc52462
commit
a1a6b13fab
4 changed files with 93 additions and 1 deletions
18
airs/massacre_of_glencoe/config.ily
Normal file
18
airs/massacre_of_glencoe/config.ily
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key d \major
|
||||
\time 6/8
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 45
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Massacre of Glencoe"
|
||||
meter = "Air"
|
||||
Loading…
Add table
Add a link
Reference in a new issue