mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 21:39:17 +02:00
Created script to easily compile a score.
Should be further extended for compiling a full drumscore, however, this will lead to a change in file structure of the 'music' files modified: TODO modified: lilydrum.ly new file: makedrum
This commit is contained in:
parent
3b80ad9473
commit
e90059648c
10 changed files with 411 additions and 36 deletions
18
5-4_marches/cullen_bay.bass.ly
Executable file
18
5-4_marches/cullen_bay.bass.ly
Executable file
|
@ -0,0 +1,18 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\score {
|
||||
\new DrumStaff {
|
||||
\time 5/4
|
||||
\repeat volta 2 {
|
||||
\repeat unfold 8 { d4-^ g d-> g d | }
|
||||
}
|
||||
}
|
||||
|
||||
\header {
|
||||
title = "Cullen Bay"
|
||||
meter = "March"
|
||||
instrument = "Bass"
|
||||
}
|
||||
}
|
28
5-4_marches/cullen_bay.tenor.ly
Executable file
28
5-4_marches/cullen_bay.tenor.ly
Executable file
|
@ -0,0 +1,28 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\score {
|
||||
\new DrumStaff {
|
||||
\drummode {
|
||||
\time 5/4
|
||||
\repeat volta 4 {
|
||||
d8-> g d g d-> g d4 d4 |
|
||||
d8. g16 d8-> g8-> r8 g8 d4 d4 |
|
||||
d8-> g d g d-> g d8.-> g16-> r8 d8-> |
|
||||
d4 d4 d8 g8 d4 d4 |
|
||||
|
||||
d4 g4 d4 g4 d4 |
|
||||
d8. g16 d8-> g8-> r8 g8 d4 d4 |
|
||||
d4 g4 d8-> g8 d8.-> g16-> r8 d8->
|
||||
d4 d4 d8 g8 d4 d4 |
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
\header {
|
||||
title = "Cullen Bay"
|
||||
meter = "March"
|
||||
instrument = "Tenor"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue