1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

Fixed gracing/measure for a lot of tunes

fixed errors in strathspeys and reels
This commit is contained in:
Eric-Teunis de Boone 2016-07-15 00:30:51 +02:00
parent 55dad71d0e
commit e3bceb965a
39 changed files with 208 additions and 226 deletions

View file

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

View file

@ -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 ] |

View file

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

View file

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

View file

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

View file

@ -7,7 +7,7 @@ confTempo = {
\tempo 4 = 90
}
%% Format
part = { \partial 8 s8 }
part = { \partial 4 \grace { s4 } s4 }
measure = { \grace { s4 } s1 | }
halfline = { \repeat unfold 2 { \measure } }
line = { \repeat unfold 2 { \halfline } }

View file

@ -15,11 +15,12 @@ pipesA = {
\dble e4~ e8 [ c8 ] \gra c4 \gre a4 |
\dblb b4~ b8 [ a8 ] \grg b4 \grg c8. [ b16 ] |
\grg a4~ a8 [ f8 ] \grg f4 \grg e4 |
\grg a2 \wbirl a4 f4
\grg a2 \wbirl a4
}
pipesB =
{
f4 |
\dble e4~ e8 [ c8 ] \gra c4 \gre a4 |
\dblb b4~ b8 [ a8 ] \grg b4 f4 |
\dble e4~ e8 [ c8 ] \grg c4 e4 |

View file

@ -10,7 +10,8 @@
<<
{
\repeat volta 2 { \part \line }
\repeat volta 2 { \line }
\break
\repeat volta 2 { \part \line }
}
{
\pipesA s4

View file

@ -11,8 +11,6 @@
{
\line \break
\line \break
\line \break
\line \break
}
{
\pipesA

View file

@ -7,7 +7,7 @@ confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 8 s8 }
part = { \partial 4 s4 }
measure = { \grace { s4 } s1 | }
halfline = { \repeat unfold 2 { \measure } }
line = { \repeat unfold 2 { \halfline } }

View file

@ -15,7 +15,7 @@ pipesA = {
\grg c4 \grip c4 \dblc c4 \gre a8. [ \grd c16 ] |
\dble e4 \grip e8. [ f16 ] \dble e4 \thrwd d8 [ f8 ] |
\dble e8 [ c8 ] \dbld d8 [ b8 ] \dblc c8 [ e8 ] \thrwd d8 [ b8 ] |
\dblb b8 [ \gre a8 ] \wbirl a8. [ b16 ] \grG a4 \grg a16 [ b16 \grip c16 d16 ]
\dblb b8 [ \gre a8 ] \wbirl a8. [ b16 ] \grG a4 \grg a16 [ b16 \grip c16 d16 ] |
}
pipesB = {
\dble e4 \gra e8. [ f16 ] \dble e8 [ d8 ] \dblc c8 [ \gre b8 ] |

View file

@ -9,15 +9,12 @@
\pipeglobal
<<
{
\part
\line \break
\line \break
\line
\line \break
\part \line \bar "|."
\break
\line \bar "|."
}
{
\pipesA
\pipesA
\pipesB
}

View file

@ -55,7 +55,7 @@
% }
>>
\header {
title = \title
title = {\title " (high)"}
meter = \meter
composer = \markup \large {
\column \right-align {

View file

@ -10,16 +10,15 @@
{
\partial 8 s8
\repeat volta 2 {
s1 | s1
\halfline
}
\alternative {
{ s1 | s1 }
{ s1 | s2^"Fine" s4 s8 \bar "|."}
{ \halfline }
{ \measure | s2^"Fine" s4 s8 \bar "|."}
}
\partial 8 s8
s1
s1
s1
\halfline
\measure
s1^"D.C. al Fine" \bar "||"
}
{
@ -36,4 +35,4 @@
instrument = \instrumentSide
composer = \composerSide
}
}
}