mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Mull of Kintyre
This commit is contained in:
parent
ce15c4355e
commit
f504af07f5
6 changed files with 242 additions and 81 deletions
87
airs/mull_of_kintyre/lyrics.pipes.ly
Normal file
87
airs/mull_of_kintyre/lyrics.pipes.ly
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
\include "notes.lyrics.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\lyricsglobal
|
||||
<<
|
||||
\new Voice = "format"
|
||||
{
|
||||
\repeat volta 2 {
|
||||
% Refrain
|
||||
\repeat unfold 6 {
|
||||
\measure
|
||||
}
|
||||
\bar "||"
|
||||
\break
|
||||
% Couplet
|
||||
\repeat unfold 4 {
|
||||
\measure
|
||||
}
|
||||
\break
|
||||
\repeat unfold 4 {
|
||||
\measure
|
||||
}
|
||||
\once \override Score.RehearsalMark #'break-visibility = #'#(#t #t #f)
|
||||
\mark \markup { \small "D.C. al fine" }
|
||||
\measure
|
||||
\break
|
||||
|
||||
}
|
||||
% Dunno
|
||||
\repeat unfold 6 {
|
||||
\measure
|
||||
}
|
||||
\bar "|."
|
||||
|
||||
|
||||
|
||||
}%Format
|
||||
\new Voice = "tune"
|
||||
{
|
||||
\pipesA
|
||||
\pipesB
|
||||
|
||||
\pipesE
|
||||
|
||||
}
|
||||
\new Lyrics = "lyrics" {
|
||||
\lyricsto "tune" {
|
||||
\refrain
|
||||
|
||||
\coupletA
|
||||
}
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentLyrics
|
||||
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 {
|
||||
% \fill-line{
|
||||
% \column {
|
||||
% \verseAblock
|
||||
% \combine \null \vspace #0.5
|
||||
% \verseBblock
|
||||
% }
|
||||
% }
|
||||
%}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue