mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 21:39:17 +02:00
Revert "Decided to put all the music files in a separate git"
This reverts commit c6a9c95632
.
This commit is contained in:
parent
c6a9c95632
commit
c601ae3601
200 changed files with 5913 additions and 54 deletions
21
4-4_marches/the_old_rustic_bridge/config.ily
Executable file
21
4-4_marches/the_old_rustic_bridge/config.ily
Executable file
|
@ -0,0 +1,21 @@
|
|||
\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 = ""
|
13
4-4_marches/the_old_rustic_bridge/notes.tenor.ily
Executable file
13
4-4_marches/the_old_rustic_bridge/notes.tenor.ily
Executable file
|
@ -0,0 +1,13 @@
|
|||
% 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 |
|
||||
}
|
20
4-4_marches/the_old_rustic_bridge/tenor.ly
Executable file
20
4-4_marches/the_old_rustic_bridge/tenor.ly
Executable file
|
@ -0,0 +1,20 @@
|
|||
\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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue