mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-06-18 05:06:37 +02:00
Lyrics to On the Road to Passchendaele
This commit is contained in:
parent
2a34900936
commit
efaa3fda01
5 changed files with 386 additions and 1 deletions
76
3-4_marches/on_the_road_to_passchendaele/lyrics.pipes.ly
Normal file
76
3-4_marches/on_the_road_to_passchendaele/lyrics.pipes.ly
Normal file
|
@ -0,0 +1,76 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
\include "./notes.lyrics.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\lyricsglobal
|
||||
<<
|
||||
\new NullVoice = "format"{
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
} \alternative {
|
||||
\halfline
|
||||
\halfline
|
||||
} \bar "|."
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipeglobal
|
||||
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
|
||||
}
|
||||
\new NullVoice = "tune" {
|
||||
\lyricstuneA
|
||||
|
||||
\lyricstuneBA
|
||||
\lyricstuneBBA
|
||||
\lyricstuneBBB
|
||||
}
|
||||
|
||||
\new Lyrics = "lyrics1" {
|
||||
\lyricsto "tune" {
|
||||
\verseAA
|
||||
|
||||
\verseBAA
|
||||
\verseBAB
|
||||
\verseBBB
|
||||
|
||||
}
|
||||
}
|
||||
\new Lyrics = "lyrics-voltad2" {
|
||||
\lyricsto "tune" {
|
||||
\verseAB
|
||||
\verseBBA
|
||||
}
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentLyrics
|
||||
composer = \composerLyrics
|
||||
}
|
||||
}
|
||||
\markup {
|
||||
\fill-line{
|
||||
\column {
|
||||
\verseChorusblock
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue