mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 10:03:32 +01:00
125 lines
2.2 KiB
Text
125 lines
2.2 KiB
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
\include "./notes.pipes.seconds.ily"
|
|
\include "./notes.lyrics.ily"
|
|
|
|
\layout {
|
|
indent = 8.0
|
|
short-indent = 2.0
|
|
}
|
|
|
|
\score {
|
|
\new StaffGroup <<
|
|
\new Staff = "pipes" \with {
|
|
instrumentName = \markup{ \instrumentPipes }
|
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
} {
|
|
\global
|
|
\lyricsglobal
|
|
\pipeglobal
|
|
<<
|
|
\new NullVoice = "format" {
|
|
\part
|
|
\repeat unfold 7 \measure
|
|
\bar "||"
|
|
\break
|
|
\part
|
|
\repeat unfold 7 \measure
|
|
\bar "|."
|
|
\break
|
|
|
|
\part
|
|
\line
|
|
\break
|
|
\line
|
|
\bar "|."
|
|
}%Format
|
|
\new Voice = "tune" {
|
|
\pipesA s4
|
|
\pipesA s4
|
|
|
|
\pipesB
|
|
|
|
}
|
|
>>
|
|
}
|
|
\new Lyrics = "lyrics1" {
|
|
\lyricsto "tune" {
|
|
\lyricsA
|
|
}
|
|
}
|
|
\new Lyrics = "lyrics2" {
|
|
\lyricsto "tune" {
|
|
\lyricsF
|
|
}
|
|
}
|
|
\new Staff = "seconds" \with {
|
|
instrumentName = \markup{ \instrumentPipesSecnd }
|
|
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
|
} {
|
|
\pipessecndglobal
|
|
\pipessecndAA s4
|
|
\pipessecndAB s4
|
|
|
|
\pipessecndB s4
|
|
}
|
|
>>
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentLyrics
|
|
composer = \markup \large {
|
|
\column \right-align {
|
|
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics } } #} )
|
|
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes ":" } } #} )
|
|
}
|
|
\column \right-align {
|
|
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { } } #} )
|
|
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \instrumentPipes } } #} )
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
\markup {
|
|
\fill-line{
|
|
\column {
|
|
\verseA
|
|
\combine \null \vspace #0.5
|
|
\verseB
|
|
\combine \null \vspace #0.5
|
|
\verseC
|
|
\combine \null \vspace #0.5
|
|
\verseD
|
|
}
|
|
\column {
|
|
\verseE
|
|
\combine \null \vspace #0.5
|
|
\verseF
|
|
\combine \null \vspace #0.5
|
|
\verseG
|
|
\combine \null \vspace #0.5
|
|
\verseH
|
|
}
|
|
\column {
|
|
\verseI
|
|
\combine \null \vspace #0.5
|
|
\verseJ
|
|
\combine \null \vspace #0.5
|
|
\verseK
|
|
\combine \null \vspace #0.5
|
|
\verseL
|
|
}
|
|
\column {
|
|
\verseM
|
|
\combine \null \vspace #0.5
|
|
\verseN
|
|
\combine \null \vspace #0.5
|
|
\verseO
|
|
}
|
|
}
|
|
}
|