mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
[seconds] Score files for Cullen Bay Seconds (see previous commit)
This commit is contained in:
parent
52c5d1e829
commit
1e05b523dc
4 changed files with 265 additions and 19 deletions
48
5-4_marches/cullen_bay/pipes.seconds.ly
Normal file
48
5-4_marches/cullen_bay/pipes.seconds.ly
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.seconds.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipessecndglobal
|
||||
|
||||
\repeat volta 2 { \pipessecndA } \break
|
||||
\repeat volta 2 { \pipessecndB } \break
|
||||
\repeat volta 2 { \pipessecndC } \break
|
||||
\repeat volta 2 { \pipessecndD } \break
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
subtitle = \subtitle
|
||||
meter = \meter
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
arranger = \arrangerPipesSecnd
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipessecndglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\unfoldRepeats{
|
||||
\repeat volta 2 { \pipessecndA } \break
|
||||
\repeat volta 2 { \pipessecndB } \break
|
||||
\repeat volta 2 { \pipessecndC } \break
|
||||
\repeat volta 2 { \pipessecndD } \break
|
||||
}
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
subtitle = \subtitle
|
||||
meter = \meter
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
arranger = \arrangerPipesSecnd
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue