1
0
Fork 0
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:
Eric Teunis de Boone 2015-12-18 13:03:14 +01:00
parent 2cbc0c9bd6
commit c6a9c95632
200 changed files with 54 additions and 5913 deletions

View file

@ -1,21 +0,0 @@
\version "2.19.0"
%% Globals
global = {
\time 4/4
\eighthBeaming
}
%% Format
part = { \partial 8 s8 }
halfline = { \repeat unfold 2 { s1 | } }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "The Old Rustic Bridge"
meter = "March"
composerSide = ""
composerTenor = ""
composerBass = ""
composerPipes = ""

View file

@ -1,13 +0,0 @@
% 4/4 The Olde Rustic Bridge
% Tenor
\version "2.18.2"
composerTenor = ""
%%music
tenorA = \drummode {
g16 |
d4 g8 d g4 d8. g16 |
d8 g d4 g r |
d4 g8[ d] g[ d] g[ d] |
g4 r4 d4 r4 |
}

View file

@ -1,20 +0,0 @@
\version "2.18.2"
\include "config.ily"
\include "notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
{\repeat unfold 2 {\repeat volta 2 { \part \line } \break }}
{\repeat unfold 2 {s16\tenorA}}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}