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 8 s8 }
|
||||
part = { \partial 4 \grace { s4 } s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -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 |
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
<<
|
||||
{
|
||||
\repeat volta 2 { \part \line }
|
||||
\repeat volta 2 { \line }
|
||||
\break
|
||||
\repeat volta 2 { \part \line }
|
||||
}
|
||||
{
|
||||
\pipesA s4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue