2016-10-25 08:17:17 +02:00
|
|
|
\version "2.18.2"
|
|
|
|
|
2016-11-29 15:24:03 +01:00
|
|
|
\include "bagpipe.ly"
|
|
|
|
|
2016-11-29 17:06:42 +01:00
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.pipes.ily"
|
|
|
|
\include "./notes.lyrics.ily"
|
2016-10-25 08:17:17 +02:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
|
|
|
\absolute {
|
|
|
|
\line
|
|
|
|
\line
|
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\line
|
|
|
|
\bar "|."
|
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipes
|
|
|
|
}
|
|
|
|
\addlyrics \verseA
|
|
|
|
\addlyrics \verseB
|
|
|
|
>>
|
|
|
|
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
composer = \markup \large {
|
|
|
|
\column \right-align {
|
2019-03-04 02:38:56 +01:00
|
|
|
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes \arrangerPipes ":" } } #} )
|
2016-10-25 08:17:17 +02:00
|
|
|
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
|
|
|
|
}
|
|
|
|
\column \right-align {
|
|
|
|
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \instrumentPipes } } #} )
|
|
|
|
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\markup {
|
|
|
|
\combine \null \vspace #0.5
|
|
|
|
\fill-line {
|
|
|
|
\column {
|
|
|
|
\verseCblock
|
|
|
|
\combine \null \vspace #0.5
|
|
|
|
\verseDblock
|
|
|
|
}
|
|
|
|
\column {
|
|
|
|
\verseEblock
|
|
|
|
\combine \null \vspace #0.5
|
|
|
|
\verseFblock
|
|
|
|
}
|
|
|
|
\column {
|
|
|
|
\verseGblock
|
|
|
|
\combine \null \vspace #0.5
|
|
|
|
\verseHblock
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|