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:
parent
7f99754be7
commit
3d6f025aee
12 changed files with 121 additions and 72 deletions
|
@ -3,6 +3,9 @@
|
|||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
halfline = { \repeat unfold 4 { s1 | } }
|
||||
|
|
|
@ -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 }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue