mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Added De Herdertjes lagen bij Nachte
This commit is contained in:
parent
aba3d21304
commit
bc779ee998
7 changed files with 382 additions and 0 deletions
55
christmas/de_herdertjes_lagen_bij_nachte/pipes.ly
Normal file
55
christmas/de_herdertjes_lagen_bij_nachte/pipes.ly
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
\version "2.19.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \halfline
|
||||
\halfline
|
||||
\bar "||"
|
||||
\break
|
||||
|
||||
\time 9/8 s2. s4.
|
||||
\time 6/8 \measure \measure \measure
|
||||
|
||||
\halfline
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\pipesB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8 \pipesA
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue