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

Created script, for easier set creation

This commit is contained in:
Eric Teunis de Boone 2016-02-22 05:37:13 +01:00
parent 7f99754be7
commit 3d6f025aee
12 changed files with 121 additions and 72 deletions

View file

@ -3,6 +3,9 @@
global = {
\time 4/4
}
confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 8 s8 }
halfline = { \repeat unfold 4 { s1 | } }

View file

@ -7,6 +7,7 @@
\new Staff {
\global
\pipeglobal
\pipeKey
<<
{ }
{ }
@ -19,3 +20,10 @@
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal \pipeKey
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
}