From e3b4ee5e583bce2c6659c7ea2174820f7e9d6a2e Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Thu, 9 Jun 2016 00:41:39 +0200 Subject: [PATCH] Most of the tunes fixed for weird gracenoting on the previous bar. --- 2-4_marches/black_bear/config.ily | 9 ++++++--- 2-4_marches/brown_haired_maiden/config.ily | 7 +++++-- 2-4_marches/caller_herrin/config.ily | 6 +++++- .../config.ily | 7 +++++-- 2-4_marches/duncan_mcinness/config.ily | 9 ++++++--- 2-4_marches/high_road_to_gairloch/config.ily | 7 +++++-- 2-4_marches/mackenzie_highlanders/config.ily | 3 ++- 2-4_marches/pipers_cave/config.ily | 7 +++++-- 2-4_marches/point_of_war/config.ily | 3 ++- 2-4_marches/teribus/config.ily | 7 +++++-- 3-4_marches/ballad_of_the_green_berets/config.ily | 6 +++++- 3-4_marches/balmoral/config.ily | 6 +++++- 3-4_marches/castle_dangerous/config.ily | 12 +++++------- 3-4_marches/collins_cattle/config.ily | 6 +++++- 3-4_marches/on_the_road_to_passchendaele/config.ily | 12 +++++------- 3-4_marches/red_hackle/config.ily | 6 +++++- 3-4_marches/shoals_of_herring/config.ily | 6 +++++- 4-4_marches/51st_highland_division/config.ily | 8 ++------ 4-4_marches/auld_lang_syne/config.ily | 5 +++-- 4-4_marches/bonnie_galloway/config.ily | 3 ++- 4-4_marches/bonnie_lass_o_fyvie/config.ily | 3 ++- 4-4_marches/cockney_jocks/config.ily | 3 ++- 4-4_marches/crusaders_march/config.ily | 3 ++- 4-4_marches/dawning_of_the_day/config.ily | 3 ++- 4-4_marches/flett_from_flotta/config.ily | 3 ++- 4-4_marches/hills_of_argyll/config.ily | 3 ++- 4-4_marches/minstrel_boy/config.ily | 3 ++- 4-4_marches/rowan_tree/config.ily | 5 +++-- 4-4_marches/scotland_the_brave/config.ily | 3 ++- 4-4_marches/the_leaving_of_liverpool/config.ily | 3 ++- 4-4_marches/the_old_rustic_bridge/config.ily | 3 ++- 4-4_marches/the_pikemans_march/config.ily | 5 +++-- 4-4_marches/were_no_awa_tae_bide_awa/config.ily | 3 ++- 4-4_marches/wings/config.ily | 10 +++++++--- 5-4_marches/cullen_bay/config.ily | 4 +++- 6-8_marches/10th_hli_crossing_the_rhine/config.ily | 5 +++-- 6-8_marches/cock_o_the_north/config.ily | 3 ++- 6-8_marches/hills_of_glenorchy/config.ily | 8 ++++++-- 6-8_marches/piobaireachd_of_donald_dubh/config.ily | 5 +++-- 6-8_marches/the_steamboat/config.ily | 3 ++- 40 files changed, 142 insertions(+), 74 deletions(-) diff --git a/2-4_marches/black_bear/config.ily b/2-4_marches/black_bear/config.ily index 514c3ac..8715b2a 100644 --- a/2-4_marches/black_bear/config.ily +++ b/2-4_marches/black_bear/config.ily @@ -3,12 +3,15 @@ global = { \time 2/4 } - +confTempo = { + \tempo 4 = 80 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers title = "Black Bear" -meter = "March" \ No newline at end of file +meter = "March" diff --git a/2-4_marches/brown_haired_maiden/config.ily b/2-4_marches/brown_haired_maiden/config.ily index 8d76da5..7a32129 100644 --- a/2-4_marches/brown_haired_maiden/config.ily +++ b/2-4_marches/brown_haired_maiden/config.ily @@ -3,10 +3,13 @@ global = { \time 2/4 } - +confTempo = { + \tempo 4 = 80 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2 | } } +measure = { \grace {s4} s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/2-4_marches/caller_herrin/config.ily b/2-4_marches/caller_herrin/config.ily index 3e9d1cd..9f6b7eb 100644 --- a/2-4_marches/caller_herrin/config.ily +++ b/2-4_marches/caller_herrin/config.ily @@ -4,9 +4,13 @@ global = { \time 2/4 } +confTempo = { + \tempo 4 = 80 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2 | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/2-4_marches/corriechoillie_welcome_to_the_43rd_northern_meeting/config.ily b/2-4_marches/corriechoillie_welcome_to_the_43rd_northern_meeting/config.ily index 7999301..f113cc1 100644 --- a/2-4_marches/corriechoillie_welcome_to_the_43rd_northern_meeting/config.ily +++ b/2-4_marches/corriechoillie_welcome_to_the_43rd_northern_meeting/config.ily @@ -3,10 +3,13 @@ global = { \time 2/4 } - +confTempo = { + \tempo 4 = 80 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2 | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/2-4_marches/duncan_mcinness/config.ily b/2-4_marches/duncan_mcinness/config.ily index d691081..e03b770 100644 --- a/2-4_marches/duncan_mcinness/config.ily +++ b/2-4_marches/duncan_mcinness/config.ily @@ -4,12 +4,15 @@ global = { \time 2/4 \eighthBeaming } - +confTempo = { + \tempo 4 = 80 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers title = "Duncan McInnes" -meter = "Drum Salute in Quick Time" \ No newline at end of file +meter = "Drum Salute in Quick Time" diff --git a/2-4_marches/high_road_to_gairloch/config.ily b/2-4_marches/high_road_to_gairloch/config.ily index 83407ee..d298eb0 100644 --- a/2-4_marches/high_road_to_gairloch/config.ily +++ b/2-4_marches/high_road_to_gairloch/config.ily @@ -3,10 +3,13 @@ global = { \time 2/4 } - +confTempo = { + \tempo 4 = 80 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s4 s4 } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/2-4_marches/mackenzie_highlanders/config.ily b/2-4_marches/mackenzie_highlanders/config.ily index ca542bd..7fe0ee2 100644 --- a/2-4_marches/mackenzie_highlanders/config.ily +++ b/2-4_marches/mackenzie_highlanders/config.ily @@ -6,7 +6,8 @@ global = { configTempo = { \tempo 4 = 90 } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2 | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/2-4_marches/pipers_cave/config.ily b/2-4_marches/pipers_cave/config.ily index 35e8848..4135cfe 100644 --- a/2-4_marches/pipers_cave/config.ily +++ b/2-4_marches/pipers_cave/config.ily @@ -3,10 +3,13 @@ global = { \time 2/4 } - +confTempo = { + \tempo 4 = 90 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2 | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/2-4_marches/point_of_war/config.ily b/2-4_marches/point_of_war/config.ily index 69daf12..b364b54 100644 --- a/2-4_marches/point_of_war/config.ily +++ b/2-4_marches/point_of_war/config.ily @@ -8,7 +8,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s1 | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/2-4_marches/teribus/config.ily b/2-4_marches/teribus/config.ily index ef05fab..eb0fbe3 100644 --- a/2-4_marches/teribus/config.ily +++ b/2-4_marches/teribus/config.ily @@ -3,10 +3,13 @@ global = { \time 2/4 } - +confTempo = { + \tempo 4 = 90 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2 | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/3-4_marches/ballad_of_the_green_berets/config.ily b/3-4_marches/ballad_of_the_green_berets/config.ily index 818343f..f4cf327 100644 --- a/3-4_marches/ballad_of_the_green_berets/config.ily +++ b/3-4_marches/ballad_of_the_green_berets/config.ily @@ -3,9 +3,13 @@ global = { \time 3/4 } +confTempo = { + \tempo 4 = 90 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2. | } } +measure = { \grace { s4 } s2. | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/3-4_marches/balmoral/config.ily b/3-4_marches/balmoral/config.ily index 77b6688..3130c98 100644 --- a/3-4_marches/balmoral/config.ily +++ b/3-4_marches/balmoral/config.ily @@ -3,9 +3,13 @@ global = { \time 3/4 } +confTempo = { + \tempo 4 = 78 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2. | } } +measure = { \grace { s4 } s2. | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/3-4_marches/castle_dangerous/config.ily b/3-4_marches/castle_dangerous/config.ily index f62ad90..d528d9a 100644 --- a/3-4_marches/castle_dangerous/config.ily +++ b/3-4_marches/castle_dangerous/config.ily @@ -4,17 +4,15 @@ global = { \time 3/4 \eighthBeaming } - +confTempo = { + \tempo 4 = 78 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s2. | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers title = "Castle Dangerous" meter = "March" - -composerSide = "" -composerTenor = "" -composerBass = "" -composerPipes = "" \ No newline at end of file diff --git a/3-4_marches/collins_cattle/config.ily b/3-4_marches/collins_cattle/config.ily index 7db0385..edf6ff1 100644 --- a/3-4_marches/collins_cattle/config.ily +++ b/3-4_marches/collins_cattle/config.ily @@ -3,9 +3,13 @@ global = { \time 3/4 } +confTempo = { + \tempo 4 = 90 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2.| } } +measure = { \grace { s4 } s2. | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/3-4_marches/on_the_road_to_passchendaele/config.ily b/3-4_marches/on_the_road_to_passchendaele/config.ily index 9672755..01eece7 100644 --- a/3-4_marches/on_the_road_to_passchendaele/config.ily +++ b/3-4_marches/on_the_road_to_passchendaele/config.ily @@ -3,17 +3,15 @@ global = { \time 3/4 } - +confTempo = { + \tempo 4 = 78 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2. | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers title = "On the Road to Passchendaele" meter = "Retreat" - -composerSide = "" -composerTenor = "" -composerBass = "" -composerPipes = "" diff --git a/3-4_marches/red_hackle/config.ily b/3-4_marches/red_hackle/config.ily index 4e7156b..26d6ea2 100644 --- a/3-4_marches/red_hackle/config.ily +++ b/3-4_marches/red_hackle/config.ily @@ -3,9 +3,13 @@ global = { \time 3/4 } +confTempo = { + \tempo 4 = 78 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2. | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/3-4_marches/shoals_of_herring/config.ily b/3-4_marches/shoals_of_herring/config.ily index e21854d..a4c9a11 100644 --- a/3-4_marches/shoals_of_herring/config.ily +++ b/3-4_marches/shoals_of_herring/config.ily @@ -3,9 +3,13 @@ global = { \time 3/4 } +confTempo = { + \tempo 4 = 78 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2. | } } +measure = { \grace { s4 } s2 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/51st_highland_division/config.ily b/4-4_marches/51st_highland_division/config.ily index ccaa8f5..dd34a27 100644 --- a/4-4_marches/51st_highland_division/config.ily +++ b/4-4_marches/51st_highland_division/config.ily @@ -8,14 +8,10 @@ confTempo = { } %% Format part = { \partial 4 s4 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers title = "51st Highland Division" meter = "March" - -composerSide = "" -composerTenor = "" -composerBass = "" -composerPipes = "" \ No newline at end of file diff --git a/4-4_marches/auld_lang_syne/config.ily b/4-4_marches/auld_lang_syne/config.ily index 5f7f29f..afa391e 100644 --- a/4-4_marches/auld_lang_syne/config.ily +++ b/4-4_marches/auld_lang_syne/config.ily @@ -4,11 +4,12 @@ global = { \time 4/4 } confTempo = { - \tempo 4 = 80 + \tempo 4 = 90 } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/bonnie_galloway/config.ily b/4-4_marches/bonnie_galloway/config.ily index 31beb5f..41ca1d4 100644 --- a/4-4_marches/bonnie_galloway/config.ily +++ b/4-4_marches/bonnie_galloway/config.ily @@ -8,7 +8,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/bonnie_lass_o_fyvie/config.ily b/4-4_marches/bonnie_lass_o_fyvie/config.ily index 3deebca..50e6f7c 100644 --- a/4-4_marches/bonnie_lass_o_fyvie/config.ily +++ b/4-4_marches/bonnie_lass_o_fyvie/config.ily @@ -8,7 +8,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/cockney_jocks/config.ily b/4-4_marches/cockney_jocks/config.ily index 35251f4..a704e65 100644 --- a/4-4_marches/cockney_jocks/config.ily +++ b/4-4_marches/cockney_jocks/config.ily @@ -8,7 +8,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/crusaders_march/config.ily b/4-4_marches/crusaders_march/config.ily index b26240e..8aa1c1d 100644 --- a/4-4_marches/crusaders_march/config.ily +++ b/4-4_marches/crusaders_march/config.ily @@ -8,7 +8,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/dawning_of_the_day/config.ily b/4-4_marches/dawning_of_the_day/config.ily index 79f6c88..d770295 100644 --- a/4-4_marches/dawning_of_the_day/config.ily +++ b/4-4_marches/dawning_of_the_day/config.ily @@ -8,7 +8,8 @@ confTempo = { } %% Format part = { \partial 4 s4 } -halfline = { \repeat unfold 4 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/flett_from_flotta/config.ily b/4-4_marches/flett_from_flotta/config.ily index a6970a2..d7fa273 100644 --- a/4-4_marches/flett_from_flotta/config.ily +++ b/4-4_marches/flett_from_flotta/config.ily @@ -9,7 +9,8 @@ confTempo = { } %% Format part = { \partial 4 s4 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/hills_of_argyll/config.ily b/4-4_marches/hills_of_argyll/config.ily index fb73627..ead4da3 100644 --- a/4-4_marches/hills_of_argyll/config.ily +++ b/4-4_marches/hills_of_argyll/config.ily @@ -8,7 +8,8 @@ confTempo = { } %% Format part = { \partial 4 s4 } -halfline = { \repeat unfold 4 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/minstrel_boy/config.ily b/4-4_marches/minstrel_boy/config.ily index 2441278..f973727 100644 --- a/4-4_marches/minstrel_boy/config.ily +++ b/4-4_marches/minstrel_boy/config.ily @@ -9,7 +9,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/rowan_tree/config.ily b/4-4_marches/rowan_tree/config.ily index 618eb0f..dd5e9aa 100644 --- a/4-4_marches/rowan_tree/config.ily +++ b/4-4_marches/rowan_tree/config.ily @@ -7,7 +7,8 @@ global = { %% Format part = { \partial 4 s4 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers @@ -18,4 +19,4 @@ meter = "March" composerSide = "" composerTenor = "" composerBass = "" -composerPipes = "" \ No newline at end of file +composerPipes = "" diff --git a/4-4_marches/scotland_the_brave/config.ily b/4-4_marches/scotland_the_brave/config.ily index 32cf885..b4ad00e 100644 --- a/4-4_marches/scotland_the_brave/config.ily +++ b/4-4_marches/scotland_the_brave/config.ily @@ -10,7 +10,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/the_leaving_of_liverpool/config.ily b/4-4_marches/the_leaving_of_liverpool/config.ily index 2045388..1af0e70 100644 --- a/4-4_marches/the_leaving_of_liverpool/config.ily +++ b/4-4_marches/the_leaving_of_liverpool/config.ily @@ -6,7 +6,8 @@ global = { %% Format part = { \partial 4 s4 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/the_old_rustic_bridge/config.ily b/4-4_marches/the_old_rustic_bridge/config.ily index 13a6855..cb95e6d 100644 --- a/4-4_marches/the_old_rustic_bridge/config.ily +++ b/4-4_marches/the_old_rustic_bridge/config.ily @@ -9,7 +9,8 @@ confTempo = { } %% Format part = { \partial 4 s4 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/the_pikemans_march/config.ily b/4-4_marches/the_pikemans_march/config.ily index 183f831..08a27f7 100644 --- a/4-4_marches/the_pikemans_march/config.ily +++ b/4-4_marches/the_pikemans_march/config.ily @@ -4,11 +4,12 @@ global = { \time 4/4 } confTempo = { - \tempo 4 = 80 + \tempo 4 = 90 } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/were_no_awa_tae_bide_awa/config.ily b/4-4_marches/were_no_awa_tae_bide_awa/config.ily index cc1f3a5..38852c1 100644 --- a/4-4_marches/were_no_awa_tae_bide_awa/config.ily +++ b/4-4_marches/were_no_awa_tae_bide_awa/config.ily @@ -10,7 +10,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/wings/config.ily b/4-4_marches/wings/config.ily index b2554d2..40839c3 100644 --- a/4-4_marches/wings/config.ily +++ b/4-4_marches/wings/config.ily @@ -4,11 +4,15 @@ global = { \time 4/4 \eighthBeaming } - +confTempo = { + \tempo 4 = 90 + } %% Format part = { \partial 8 s8 } -line = { \repeat unfold 2 { s1 | } } +measure = { \grace { s4 } s1 | } +halfline = { \repeat unfold 4 { \measure } } +line = { \repeat unfold 2 { \halfline } } %% Headers title = "Wings" -meter = "March" \ No newline at end of file +meter = "March" diff --git a/5-4_marches/cullen_bay/config.ily b/5-4_marches/cullen_bay/config.ily index 8a8d6f8..17a625e 100644 --- a/5-4_marches/cullen_bay/config.ily +++ b/5-4_marches/cullen_bay/config.ily @@ -8,7 +8,9 @@ confTempo = { } %% Format part = {\partial 8 s8 } -line = { \repeat unfold 4 { s2 s2. } } +measure = { \grace { s4 } s2 s2. | } +halfline = { \repeat unfold 2 { \measure } } +line = { \repeat unfold 2 { \halfline } } %% Headers title = "Cullen Bay" diff --git a/6-8_marches/10th_hli_crossing_the_rhine/config.ily b/6-8_marches/10th_hli_crossing_the_rhine/config.ily index 9ee3ed1..0bcde4e 100644 --- a/6-8_marches/10th_hli_crossing_the_rhine/config.ily +++ b/6-8_marches/10th_hli_crossing_the_rhine/config.ily @@ -4,11 +4,12 @@ global = { \time 6/8 } confTempo = { - \tempo 4. = 80 + \tempo 4. = 90 } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1. | } } +measure = { \grace { s4 } s1. | } +halfline = { \repeat unfold 2 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/6-8_marches/cock_o_the_north/config.ily b/6-8_marches/cock_o_the_north/config.ily index 818743e..946a9eb 100644 --- a/6-8_marches/cock_o_the_north/config.ily +++ b/6-8_marches/cock_o_the_north/config.ily @@ -8,7 +8,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1. | } } +measure = { \grace { s4 } s1. | } +halfline = { \repeat unfold 2 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/6-8_marches/hills_of_glenorchy/config.ily b/6-8_marches/hills_of_glenorchy/config.ily index b017bef..a56b4ba 100644 --- a/6-8_marches/hills_of_glenorchy/config.ily +++ b/6-8_marches/hills_of_glenorchy/config.ily @@ -3,12 +3,16 @@ global = { \time 6/8 } +confTempo = { + \tempo 4. = 90 + } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 4 { s2. | } } +measure = { \grace { s4 } s1. | } +halfline = { \repeat unfold 2 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers title = "Hills of Glenorchy" -meter = "March" \ No newline at end of file +meter = "March" diff --git a/6-8_marches/piobaireachd_of_donald_dubh/config.ily b/6-8_marches/piobaireachd_of_donald_dubh/config.ily index fb2fc52..dd8eca2 100644 --- a/6-8_marches/piobaireachd_of_donald_dubh/config.ily +++ b/6-8_marches/piobaireachd_of_donald_dubh/config.ily @@ -4,11 +4,12 @@ global = { \time 6/8 } confTempo = { - \tempo 4 = 80 + \tempo 4 = 90 } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1. | } } +measure = { \grace { s4 } s1. | } +halfline = { \repeat unfold 2 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/6-8_marches/the_steamboat/config.ily b/6-8_marches/the_steamboat/config.ily index 8d88920..f1ad338 100644 --- a/6-8_marches/the_steamboat/config.ily +++ b/6-8_marches/the_steamboat/config.ily @@ -8,7 +8,8 @@ confTempo = { } %% Format part = { \partial 8 s8 } -halfline = { \repeat unfold 2 { s1. | } } +measure = { \grace { s4 } s1. | } +halfline = { \repeat unfold 2 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers