From ac4c9758fc0cea4c41f7799d7d181363ca4b5f76 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Tue, 23 Feb 2016 17:34:00 +0100 Subject: [PATCH] Quick fix for Pikeman's March Tenor --- 4-4_marches/the_pikemans_march/tenor.ly | 10 +++++++-- .../lady_mackenzie_of_fairburn/config.ily | 4 ++-- .../lady_mackenzie_of_fairburn/pipes.ly | 21 ++++++++++++++++++- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/4-4_marches/the_pikemans_march/tenor.ly b/4-4_marches/the_pikemans_march/tenor.ly index dfb1415..e7ee66c 100644 --- a/4-4_marches/the_pikemans_march/tenor.ly +++ b/4-4_marches/the_pikemans_march/tenor.ly @@ -7,14 +7,20 @@ \new PipeBandDrumStaff { \global << - {\repeat volta 2 { \part \line \break \line} \break + { + \repeat volta 2 { + \part \line + \break + \line + } + \break \part \line \break \line \break \line \bar "|." } { \tenorAA - \tenorAB + \tenorAB s8 \tenorBA \tenorBB diff --git a/strathspeys/lady_mackenzie_of_fairburn/config.ily b/strathspeys/lady_mackenzie_of_fairburn/config.ily index 685b8f8..7e6cbd3 100644 --- a/strathspeys/lady_mackenzie_of_fairburn/config.ily +++ b/strathspeys/lady_mackenzie_of_fairburn/config.ily @@ -3,11 +3,11 @@ global = { \time 4/4 } - +confTempo = { \tempo 4 = 108 } %% Format part = { \partial 16 s16 } line = { \repeat unfold 4 { s1 | } } %% Headers title = "Lady MacKenzie of Fairburn" -meter = "Strathspey" \ No newline at end of file +meter = "Strathspey" diff --git a/strathspeys/lady_mackenzie_of_fairburn/pipes.ly b/strathspeys/lady_mackenzie_of_fairburn/pipes.ly index 711e24c..21e27a6 100644 --- a/strathspeys/lady_mackenzie_of_fairburn/pipes.ly +++ b/strathspeys/lady_mackenzie_of_fairburn/pipes.ly @@ -18,4 +18,23 @@ instrument = \instrumentPipes composer = \composerPipes } -} \ No newline at end of file +} +\score { + \midi { \confTempo } + \new Staff { + \global + \bagpipeKey + \partial 8 + \pipesA + \pipesA + + \pipesBA + \pipesBB + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + } +}