mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Moved out of pipebanddrumming repo. This is the repo for all my music..
This commit is contained in:
parent
bcb750add2
commit
dd127fb48b
277 changed files with 0 additions and 572 deletions
20
3-4_marches/castle_dangerous/config.ily
Normal file
20
3-4_marches/castle_dangerous/config.ily
Normal file
|
@ -0,0 +1,20 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 3/4
|
||||
\eighthBeaming
|
||||
}
|
||||
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
halfline = { \repeat unfold 2 { s2. | } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Castle Dangerous"
|
||||
meter = "March"
|
||||
|
||||
composerSide = ""
|
||||
composerTenor = ""
|
||||
composerBass = ""
|
||||
composerPipes = ""
|
24
3-4_marches/castle_dangerous/notes.tenor.ily
Normal file
24
3-4_marches/castle_dangerous/notes.tenor.ily
Normal file
|
@ -0,0 +1,24 @@
|
|||
% 3/4 Castle Dangerous
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
|
||||
%%music
|
||||
tenorA = \drummode {
|
||||
r8. d16
|
||||
g4
|
||||
r8 d8
|
||||
|
|
||||
r8 g8
|
||||
r8 d8
|
||||
r8 g8
|
||||
|
|
||||
r8 d8
|
||||
r8 g8
|
||||
r8 d8
|
||||
|
|
||||
r8 g8
|
||||
r8 d16 g
|
||||
d16 g d g
|
||||
|
|
||||
}
|
24
3-4_marches/castle_dangerous/tenor.ly
Normal file
24
3-4_marches/castle_dangerous/tenor.ly
Normal file
|
@ -0,0 +1,24 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \line }
|
||||
}
|
||||
{
|
||||
\tenorA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue