mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 08:23:31 +01:00
63 lines
1.1 KiB
Text
63 lines
1.1 KiB
Text
|
\version "2.18.2"
|
||
|
|
||
|
\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 ":" } } #} )
|
||
|
$(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
|
||
|
}
|
||
|
}
|
||
|
}
|