1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-16 12:59:21 +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 = 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
}