mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Tune fixes
This commit is contained in:
parent
841101f3b8
commit
c222ebaea3
24 changed files with 63 additions and 32 deletions
|
@ -2,14 +2,13 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
\eighthBeaming
|
||||
}
|
||||
}
|
||||
|
||||
confTempo = {
|
||||
\tempo 4 = 90
|
||||
}
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
part = { \partial 8 \grace {s4} s8 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
%\include "./notes.bass.ily"
|
||||
%\include "./notes.tenor.ily"
|
||||
|
@ -55,7 +58,7 @@
|
|||
% }
|
||||
>>
|
||||
\header {
|
||||
title = {\title " (high)"}
|
||||
title = #(string-append title " (high)" )
|
||||
meter = \meter
|
||||
composer = \markup \large {
|
||||
\column \right-align {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
|
@ -24,7 +26,7 @@
|
|||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
title = #(string-append title " (high)" )
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
|
|
|
@ -33,7 +33,7 @@ pipesBA = {
|
|||
\dblA A4 \grg A4 \grip A8 [ e8 ] \dblc c8 [ \gre a8 ] |
|
||||
\dblA A4 \grg A4 \grip A8 [ e8 ] \dblc c8 [ e8 ] |
|
||||
\thrwd d4 \grg f8. [ d16 ] \dblc c4 \grg e8. [ c16 ] |
|
||||
\dblb b4 \grg e4 \gra e8. [ f16 ] \grg e16. [ d32 ] c16. [ b32 ] |
|
||||
\dblb b4 \grg e4 \gra e8. [ f16 ] \grg e16. [ d32 c16. b32 ] |
|
||||
}
|
||||
|
||||
pipesBB = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue