mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
355e5053cc
New Tenor Score: Rakes of Mallow
58 lines
885 B
Text
58 lines
885 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.seconds.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipessecndglobal
|
|
<<
|
|
\new NullVoice = "format" {
|
|
\repeat volta 2 {
|
|
\line
|
|
\break
|
|
\halfline
|
|
|
|
} \alternative {
|
|
\halfline
|
|
\halfline
|
|
}
|
|
\bar "|."
|
|
}%Format
|
|
|
|
\new Voice = "seconds" {
|
|
\pipessecndAA
|
|
|
|
\pipessecndABAA
|
|
\pipessecndABABA
|
|
\pipessecndABABB
|
|
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentSecnd
|
|
composer = \composerPipesSecnd
|
|
arranger = \arrangerPipesSecnd
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipessecndglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentSecnd
|
|
composer = \composerPipesSecnd
|
|
arranger = \arrangerPipesSecnd
|
|
}
|
|
|
|
}
|