mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-16 21:09:18 +02:00
Written 6/8s
Fix for strange gracenote placement. Every empty measure starts with a 'empty' gracenote. Needs to be implemented in every tune
This commit is contained in:
parent
164b8225bd
commit
66d70e9fac
17 changed files with 831 additions and 1 deletions
16
6-8_marches/10th_hli_crossing_the_rhine/config.ily
Normal file
16
6-8_marches/10th_hli_crossing_the_rhine/config.ily
Normal file
|
@ -0,0 +1,16 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 6/8
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
halfline = { \repeat unfold 2 { s1. | } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The 10th Btn. Highland Light Infantry Crossing the Rhine"
|
||||
meter = "March"
|
Loading…
Add table
Add a link
Reference in a new issue