1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-12-22 16:23:31 +01:00

KeySig and Text rearrangement for GStK

This commit is contained in:
Eric Teunis de Boone 2022-11-01 17:14:09 +01:00
parent af2cc7dabb
commit 159efc9ca8
2 changed files with 26 additions and 18 deletions

View file

@ -2,6 +2,7 @@
%% Globals %% Globals
global = { global = {
\time 3/4 \time 3/4
\key d \major
} }
confTempo = { confTempo = {
\tempo 4 = 60 \tempo 4 = 60

View file

@ -3,13 +3,14 @@
\include "bagpipe.ly" \include "bagpipe.ly"
\include "./config.ily" \include "./config.ily"
%\include "./notes.pipes.ily" \include "./notes.pipes.ily"
\include "./notes.lyrics.ily" \include "./notes.lyrics.ily"
\score { \score {
\new Staff { \new Staff {
\global \global
\lyricsglobal \lyricsglobal
\pipeglobal
<< <<
\new NullVoice = "format"{ \new NullVoice = "format"{
\line \halfline \line \halfline
@ -20,10 +21,14 @@
\bar "|." \bar "|."
}%Format }%Format
\new Voice = "tune" { \new NullVoice = "tune" {
\songA \songA
} }
\new Voice = "pipes" {
\pipesA
\pipesB
\pipesC
}
\new Lyrics = "lyrics" { \new Lyrics = "lyrics" {
\lyricsto "tune" { \lyricsto "tune" {
\lyricsA \lyricsA
@ -49,18 +54,20 @@
} }
} }
\markup { \markup {
\line{ \combine \null \vspace #0.5
\fill-line {
\column { \column {
\verseA \verseB
\combine \null \vspace #0.5 \combine \null \vspace #0.5
\verseC \verseC
}
\column {
\verseD
\combine \null \vspace #0.5 \combine \null \vspace #0.5
\verseE \verseE
} }
\column { \column {
\verseB \verseF
\combine \null \vspace #0.5
\verseD
} }
} }
} }