mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
Barline fixes for Road to the Isles and Drunken Piper
This commit is contained in:
parent
e101250f2e
commit
b9e528449c
4 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
\version "2.19.0"
|
\version "2.19.0"
|
||||||
%% Globals
|
%% Globals
|
||||||
global = {
|
global = {
|
||||||
\key d \major
|
\key a \mixolydian
|
||||||
\time 2/4
|
\time 2/4
|
||||||
}
|
}
|
||||||
confTempo = {
|
confTempo = {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
composerPipes = "A. MacLeod"% Alexander MacLeod (1862)
|
composerPipes = "A. MacLeod"% Alexander MacLeod (1862)
|
||||||
arrangerPipes = ""
|
arrangerPipes = ""
|
||||||
pipeglobal = {
|
pipeglobal = {
|
||||||
\key a \major
|
\key a \mixolydian
|
||||||
}
|
}
|
||||||
% Music
|
% Music
|
||||||
pipesAA = {
|
pipesAA = {
|
||||||
|
@ -60,7 +60,7 @@ pipesDA = {
|
||||||
}
|
}
|
||||||
pipesDBA = {
|
pipesDBA = {
|
||||||
\tag #'upbeat { g8 | }
|
\tag #'upbeat { g8 | }
|
||||||
A16. [ e32 ] \gra e16. [ A32 ] g16. [ e32 ] \dbld d16. [ b32 ] |
|
A16. [ e32 \gra e16. A32 ] g16. [ e32 \dbld d16. b32 ] |
|
||||||
\grip e8 [ \grg f16. d32 ] \dble e8 [ A8 ] |
|
\grip e8 [ \grg f16. d32 ] \dble e8 [ A8 ] |
|
||||||
\grf g8 [ \grA e32 A16. ] \grg e16. [ f32 \dble e16. d32 ] |
|
\grf g8 [ \grA e32 A16. ] \grg e16. [ f32 \dble e16. d32 ] |
|
||||||
\dblb b8 [ \gre a8 ] \wbirl a8
|
\dblb b8 [ \gre a8 ] \wbirl a8
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
{ \partial 8 \pipesBBA }
|
{ \partial 8 \pipesBBA }
|
||||||
{ \partial 8 \pipesBBB }
|
{ \partial 8 \pipesBBB }
|
||||||
}
|
}
|
||||||
\bar "||"
|
\bar ".|:-||"
|
||||||
\break
|
\break
|
||||||
|
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@
|
||||||
{ \partial 8 \pipesBBA }
|
{ \partial 8 \pipesBBA }
|
||||||
{ \partial 8 \pipesBBB }
|
{ \partial 8 \pipesBBB }
|
||||||
}
|
}
|
||||||
\bar "||"
|
\bar ".|:-||"
|
||||||
\break
|
\break
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ mbreak = { \break }
|
||||||
\pipesBBB
|
\pipesBBB
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\bar "||"
|
\bar ".|:-||"
|
||||||
\break
|
\break
|
||||||
|
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
|
@ -49,7 +49,7 @@ mbreak = { \break }
|
||||||
\pipesCBB
|
\pipesCBB
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\bar "||"
|
\bar ".|:-||"
|
||||||
\break
|
\break
|
||||||
|
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
|
|
Loading…
Reference in a new issue