mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Fixed a few tunes
Template for seconds and thirds and a 'full' for pipes added
This commit is contained in:
parent
16d7896465
commit
35bf4dc8f3
51 changed files with 1090 additions and 517 deletions
45
4-4_marches/dawning_of_the_day/pipes.ly
Normal file
45
4-4_marches/dawning_of_the_day/pipes.ly
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\part \halfline \halfline \bar "|." \break
|
||||
|
||||
\part \halfline \halfline \bar "|."
|
||||
}%Format
|
||||
{
|
||||
\pipesA
|
||||
\pipesB s4
|
||||
|
||||
\pipesB
|
||||
\pipesBB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\partial 4
|
||||
\pipesA
|
||||
\pipesB
|
||||
|
||||
\pipesB
|
||||
\pipesBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue