From 0c3f8d9ef8a0184c0d8d479e74a5e4e7b39b9539 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Fri, 18 Mar 2016 17:10:47 +0100 Subject: [PATCH] Fixed 51st highland division --- 4-4_marches/51st_highland_division/notes.pipes.ily | 2 +- 4-4_marches/51st_highland_division/pipes.ly | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/4-4_marches/51st_highland_division/notes.pipes.ily b/4-4_marches/51st_highland_division/notes.pipes.ily index cb7c64d..c15dfaa 100644 --- a/4-4_marches/51st_highland_division/notes.pipes.ily +++ b/4-4_marches/51st_highland_division/notes.pipes.ily @@ -10,7 +10,7 @@ pipesA = { a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] | - \grip c8 [ f8 ] \dble e8. [ c16 ] \gstb b4 \dble e8. [ c16 ] | + \grip c8 [ f8 ] \dble e8. [ c16 ] \slurd b4 \dble e8. [ c16 ] | a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] | diff --git a/4-4_marches/51st_highland_division/pipes.ly b/4-4_marches/51st_highland_division/pipes.ly index 0063687..ff47586 100644 --- a/4-4_marches/51st_highland_division/pipes.ly +++ b/4-4_marches/51st_highland_division/pipes.ly @@ -9,8 +9,14 @@ \pipeglobal << { - \repeat volta 2 { \part \line} \break - \repeat volta 2 { \part \line } + \repeat volta 2 { + \part \line \break + \line \break + } + \repeat volta 2 { + \part \line \break + \line \break + } } { \pipesA s4 @@ -29,6 +35,7 @@ \new Staff { \global \pipeglobal \set Staff.midiInstrument = #"bagpipe" %%Tune + \partial 4 \repeat volta 2 { \pipesA } \repeat volta 2 { \pipesB } }