mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 21:39:17 +02:00
Decided to put all the music files in a separate git
Added file inclusion in favor of 'header_*' file inclusion
This commit is contained in:
parent
2cbc0c9bd6
commit
c6a9c95632
200 changed files with 54 additions and 5913 deletions
|
@ -1,20 +0,0 @@
|
|||
\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 = ""
|
|
@ -1,24 +0,0 @@
|
|||
% 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
|
||||
|
|
||||
}
|
|
@ -1,24 +0,0 @@
|
|||
\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