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
13
airs/farewell_to_camraw/config.ily
Normal file
13
airs/farewell_to_camraw/config.ily
Normal file
|
@ -0,0 +1,13 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
\eighthBeaming
|
||||
}
|
||||
|
||||
%% Format
|
||||
formatA = { \repeat volta 2 { \repeat unfold 8 { s1 } } \break }
|
||||
|
||||
%% Headers
|
||||
title = "Farewell to Camraw"
|
||||
meter = "Slow Air"
|
50
airs/farewell_to_camraw/drums.ly
Normal file
50
airs/farewell_to_camraw/drums.ly
Normal file
|
@ -0,0 +1,50 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "config.ily"
|
||||
%\include "notes.bass.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\global
|
||||
<<
|
||||
\formatA
|
||||
\snareA
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
%\bassA
|
||||
%\bassB
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\tenorA
|
||||
}
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
composer = \markup \tiny {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
14
airs/farewell_to_camraw/notes.side.ily
Normal file
14
airs/farewell_to_camraw/notes.side.ily
Normal file
|
@ -0,0 +1,14 @@
|
|||
% 4/4 Farewell to Camraw
|
||||
% Side
|
||||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
snareA = \drummode {
|
||||
r1 |
|
||||
r1 |
|
||||
\flamd d8 g8 \flamd d32 g d g d g d g d16.-> g32 d32 g d g d16 g d g |
|
||||
\flamd d4 r4 r8 \flamd d32 g d g d16-> g d g |
|
||||
\flamd d4 d32 g d g d g d g d4 r4 |
|
||||
\flamd d4 \flamd d8 \flamg g8 d4 d32 g d g d g d g |
|
||||
d16 g \flamd d32 g d g \flamd d16 g d32 g d g d8 d32 g d g d16 g d g |
|
||||
\flamd d8 \flamg g8 r4 r2
|
||||
}
|
15
airs/farewell_to_camraw/notes.tenor.ily
Normal file
15
airs/farewell_to_camraw/notes.tenor.ily
Normal file
|
@ -0,0 +1,15 @@
|
|||
% 4/4 Farewell to Camraw
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
tenorA = \drummode {
|
||||
R1
|
||||
r8 g d16 g d g d8 g d16 g d g |
|
||||
d8 g d16 g d g d4 d16 g d g |
|
||||
d4 g16 d g d d4 r4 |
|
||||
d4 d8 g d4 r4 |
|
||||
d4 d8 g d4 r4 |
|
||||
d8 g d g d4 d8 g |
|
||||
d8 g r4 r2 |
|
||||
|
||||
}
|
20
airs/farewell_to_camraw/side.ly
Normal file
20
airs/farewell_to_camraw/side.ly
Normal file
|
@ -0,0 +1,20 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
\formatA
|
||||
\snareA
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
20
airs/farewell_to_camraw/tenor.ly
Normal file
20
airs/farewell_to_camraw/tenor.ly
Normal file
|
@ -0,0 +1,20 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
\formatA
|
||||
\tenorA
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue