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:
parent
af2cc7dabb
commit
159efc9ca8
2 changed files with 26 additions and 18 deletions
|
@ -2,10 +2,11 @@
|
||||||
%% Globals
|
%% Globals
|
||||||
global = {
|
global = {
|
||||||
\time 3/4
|
\time 3/4
|
||||||
}
|
\key d \major
|
||||||
|
}
|
||||||
confTempo = {
|
confTempo = {
|
||||||
\tempo 4 = 60
|
\tempo 4 = 60
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
measure = { \grace {s1} s2. | }
|
measure = { \grace {s1} s2. | }
|
||||||
halfline = { \repeat unfold 2 \measure }
|
halfline = { \repeat unfold 2 \measure }
|
||||||
|
|
|
@ -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
|
||||||
\column {
|
\fill-line {
|
||||||
\verseA
|
\column {
|
||||||
\combine \null \vspace #0.5
|
\verseB
|
||||||
\verseC
|
\combine \null \vspace #0.5
|
||||||
\combine \null \vspace #0.5
|
\verseC
|
||||||
\verseE
|
}
|
||||||
|
\column {
|
||||||
|
\verseD
|
||||||
|
\combine \null \vspace #0.5
|
||||||
|
\verseE
|
||||||
|
}
|
||||||
|
\column {
|
||||||
|
\verseF
|
||||||
|
}
|
||||||
}
|
}
|
||||||
\column {
|
|
||||||
\verseB
|
|
||||||
\combine \null \vspace #0.5
|
|
||||||
\verseD
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue