pipeband-music/2-4_marches/caller_herrin/pipes.ly

74 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-02-19 11:57:29 +01:00
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
2016-02-19 11:57:29 +01:00
mbreak = {\break}
2022-10-19 04:19:51 +02:00
2016-02-19 11:57:29 +01:00
\score {
\new Staff {
\global
2022-10-19 04:19:51 +02:00
\pipeglobal
2016-02-19 11:57:29 +01:00
<<
2022-10-19 04:19:51 +02:00
\new NullVoice = "format" {
\repeat segno 2 {
2016-02-19 11:57:29 +01:00
\repeat volta 2 {
\part
\halfline
\volta 2 { \segnoMark \default}
\halfline
\volta 2 { \fine }
2016-02-19 11:57:29 +01:00
}
\volta 1 {
\allowBreak
\mbreak
\part
\halfline
\halfline
\bar "||"
}
}
2022-10-19 04:19:51 +02:00
} % Format
\new Voice = "pipes" {
\pipesA s8
2016-02-19 11:57:29 +01:00
2022-10-19 04:19:51 +02:00
\removeWithTag #'fine \pipesB
} % Pipes
2016-02-19 11:57:29 +01:00
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
2016-02-19 11:57:29 +01:00
}
}
2022-10-19 04:19:51 +02:00
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\unfoldRepeats {
\repeat volta 2 {
\pipesA
}
\removeWithTag #'fine \pipesB
\removeWithTag #'fineRemove \pipesA
}
}
\midi { \confTempo }
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}