1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

Added a few 6/8s, and removed the original bww files

This commit is contained in:
Eric-Teunis de Boone 2016-07-15 00:38:42 +02:00
parent e3bceb965a
commit 9b7709bf0b
13 changed files with 87 additions and 647 deletions

View file

@ -2,6 +2,7 @@
% Pipes
\version "2.18.2"
composerPipes = ""
pipeglobal = { }
pipesA = {
\dblA A8 |
\dblc c8 [ \gre b16. \grd c32 ] \grg a16. [ b32 \grg c16. d32 ] |

View file

@ -6,8 +6,7 @@
\score {
\new Staff {
\global
\bagpipeKey
\set Staff.midiInstrument = #"bird tweet"
\pipeglobal
<<
{
\repeat volta 2 {
@ -16,21 +15,21 @@
\break
\repeat volta 2 {
\part \halfline
}
}
\alternative {
{\halfline}
{\halfline}
}
\bar "|."
}
}%Format
{
\pipesA s8
\pipesB
\pipesBA s8
\pipesBB
} >>
}
>>
}
\header {
title = \title
@ -38,7 +37,25 @@
instrument = \instrumentPipes
composer = \composerPipes
}
\midi {
\tempo 4 = 90
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA
\pipesA
\pipesB
\pipesBA
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}