mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Fixed gracing/measure for a lot of tunes
fixed errors in strathspeys and reels
This commit is contained in:
parent
55dad71d0e
commit
e3bceb965a
39 changed files with 208 additions and 226 deletions
|
@ -7,7 +7,7 @@ confTempo = {
|
|||
\tempo 4 = 90
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
part = { \partial 4 \grace { s4 } s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -5,19 +5,27 @@ composerPipes = ""
|
|||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
pipesAA = {
|
||||
pipesAAA = {
|
||||
\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 ] |
|
||||
}
|
||||
pipesAAB = {
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
|
||||
\grip c8 [ f8 ] \dble e8. [ c16 ] \slurd b4 \dble e8. [ c16 ] |
|
||||
}
|
||||
pipesAB = {
|
||||
pipesABA = {
|
||||
a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||
}
|
||||
pipesABB = {
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] |
|
||||
\dblc c4 \gre a4 \wbirl a4
|
||||
}
|
||||
pipesAA = {
|
||||
\pipesAAA
|
||||
\pipesAAB
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\dblc c8 [ e8 ] |
|
||||
|
|
|
@ -8,7 +8,7 @@ sideglobal = {
|
|||
%%music
|
||||
snareA = \drummode {
|
||||
d16. g32 |
|
||||
d4:32( d8.) g16 \flamd d8 d8:32( g8) d8:32( |
|
||||
d4:32( d8.) g16 \flamd d8[ d8:32(] g8[) d8:32(] |
|
||||
g8.) g16 \flamd d8 \flamg g8 d4:32(-> d8.)-> g16 |
|
||||
}
|
||||
snareAA = \drummode {
|
||||
|
@ -16,7 +16,7 @@ snareAA = \drummode {
|
|||
\flamg g4 d4:32( d4) r8
|
||||
}
|
||||
snareAB = \drummode {
|
||||
d8:32(-> g8) \flamd d8 d8:32( \tuplet 3/2 { g16) d g } \flamd d16. g32-> d16. d32 \flamg g8 |
|
||||
d8:32(->[ g8)] \flamd d8[ d8:32(] \tuplet 3/2 { g16) d g } \flamd d16. g32-> d16. d32 \flamg g8 |
|
||||
\flamg g4 d4:32( d4) r8
|
||||
}
|
||||
% Part 2
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4
|
||||
\repeat volta 2 { \pipesAA \pipesAB }
|
||||
\repeat volta 2 { \pipesBA \pipesBB }
|
||||
\repeat unfold 2 { \pipesAA \pipesAB }
|
||||
\repeat unfold 2 { \pipesBA \pipesBB }
|
||||
}
|
||||
\midi { \confTempo }
|
||||
}
|
||||
|
|
|
@ -8,21 +8,19 @@
|
|||
\global
|
||||
<<
|
||||
{
|
||||
\repeat unfold 2 {
|
||||
\repeat volta 2 { \part \halfline \break}
|
||||
\alternative { {\halfline} {\halfline } }
|
||||
\bar "|." \break
|
||||
\part \line \bar "||" \break
|
||||
\line \bar "|."
|
||||
}
|
||||
\part \line \bar "|." \break
|
||||
}
|
||||
{
|
||||
s8 \snareA
|
||||
\snareAA s8
|
||||
\snareAB s8
|
||||
s8 \snareA
|
||||
\snareAA s8
|
||||
\snareAB s8
|
||||
|
||||
s8 \snareB
|
||||
\snareA \snareAB
|
||||
s8 \snareB s8
|
||||
s8 \snareA \snareAB
|
||||
}
|
||||
>>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue