1
0
Fork 0
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:
Eric-Teunis de Boone 2024-02-10 20:33:51 +01:00
parent 52c5d1e829
commit 1e05b523dc
4 changed files with 265 additions and 19 deletions

View 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
}
}