pipeband-music/suites/steam_train_to_mallaig/pipes.ly

95 lines
1.5 KiB
Plaintext
Raw Normal View History

2018-10-28 21:19:36 +01:00
2018-10-15 14:11:43 +02:00
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
#(set-default-paper-size "a4" 'portrait)
\score {
\new Staff {
\global
\pipeglobal
\set Score.markFormatter = #format-mark-box-letters
\time 6/8
<<
\new NullVoice = "format" {
\repeat unfold 7 { \grace {s2} s2. }
\bar "||"
\break
\time 2/4
\mark \default
\repeat volta 2 { \halfline }
\break
\mark \default
2018-10-28 21:19:36 +01:00
\repeat volta 2 {\halfline }
2018-10-15 14:11:43 +02:00
\break
\mark \default
2018-10-28 21:19:36 +01:00
\repeat unfold 1 { \line }
\bar "||"
2018-10-15 14:11:43 +02:00
\break
\mark \default
2018-10-28 21:19:36 +01:00
\repeat unfold 1 { \line }
\bar "||"
2018-10-15 14:11:43 +02:00
\break
\mark \default
2018-10-28 21:19:36 +01:00
\repeat unfold 1 { \line \line}
\bar "||"
2018-10-15 14:11:43 +02:00
\break
2018-10-28 21:19:36 +01:00
\mark \default
\line \line
\bar "|."
2018-10-15 14:11:43 +02:00
}%Format
\new Voice = "pipes" {
2018-10-28 21:19:36 +01:00
\pipesIntro
2018-10-15 14:11:43 +02:00
2018-10-28 21:19:36 +01:00
\pipesA
2018-10-15 14:11:43 +02:00
\pipesB
\pipesC
\pipesD
\pipesE
\pipesF
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
2018-10-28 21:19:36 +01:00
2018-10-15 14:11:43 +02:00
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
2018-10-28 21:19:36 +01:00
\time 6/8
\pipesIntro
\time 2/4
\repeat unfold 1 {
\repeat unfold 2 {\pipesA}
\repeat unfold 2 {\pipesB}
\repeat unfold 2 {\pipesC}
\repeat unfold 2 {\pipesD}
\repeat unfold 2 {\pipesE}
}
\pipesF
2018-10-15 14:11:43 +02:00
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}