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 } }