mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
64 lines
1.1 KiB
Text
64 lines
1.1 KiB
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
\include "./notes.lyrics.ily"
|
|
|
|
\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 {
|
|
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes \arrangerPipes ":" } } #} )
|
|
$(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
|
|
}
|
|
}
|
|
}
|