mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +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
3-4_marches/ballad_of_the_green_berets/config.ily
Normal file
13
3-4_marches/ballad_of_the_green_berets/config.ily
Normal file
|
@ -0,0 +1,13 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 3/4
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
halfline = { \repeat unfold 4 { s2. | } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The Ballad of the Green Berets"
|
||||
meter = "March of the Korps Commando Troepen"
|
18
3-4_marches/ballad_of_the_green_berets/notes.pipes.ily
Normal file
18
3-4_marches/ballad_of_the_green_berets/notes.pipes.ily
Normal file
|
@ -0,0 +1,18 @@
|
|||
% <<TimeSig>> <<Title>>
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
pipesA = {
|
||||
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
|
||||
}
|
||||
|
||||
pipesC = {
|
||||
|
||||
}
|
33
3-4_marches/ballad_of_the_green_berets/pipes.ly
Normal file
33
3-4_marches/ballad_of_the_green_berets/pipes.ly
Normal file
|
@ -0,0 +1,33 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \line }
|
||||
\break
|
||||
\repeat volta 2 { \line }
|
||||
\break
|
||||
\repeat volta 2 { \line }
|
||||
}
|
||||
{
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
|
||||
\pipesC
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue