mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
New Tunes: Cuidich 'n Righ, Lillibulero, PM Donald MacLean of Lewis, Lady Madelina Sinclair
New Tenor Score: Rakes of Mallow
This commit is contained in:
parent
d27ca35b85
commit
355e5053cc
22 changed files with 1123 additions and 31 deletions
58
6-8_marches/lillibulero/pipes.seconds.ly
Normal file
58
6-8_marches/lillibulero/pipes.seconds.ly
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
\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
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue