mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13: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
|
||||
global = {
|
||||
\time 3/4
|
||||
}
|
||||
\key d \major
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 60
|
||||
}
|
||||
}
|
||||
%% Format
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 2 \measure }
|
||||
|
|
|
@ -3,13 +3,14 @@
|
|||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
%\include "./notes.pipes.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
\include "./notes.lyrics.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\lyricsglobal
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format"{
|
||||
\line \halfline
|
||||
|
@ -20,10 +21,14 @@
|
|||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "tune" {
|
||||
\new NullVoice = "tune" {
|
||||
\songA
|
||||
}
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesC
|
||||
}
|
||||
\new Lyrics = "lyrics" {
|
||||
\lyricsto "tune" {
|
||||
\lyricsA
|
||||
|
@ -49,18 +54,20 @@
|
|||
}
|
||||
}
|
||||
\markup {
|
||||
\line{
|
||||
\column {
|
||||
\verseA
|
||||
\combine \null \vspace #0.5
|
||||
\verseC
|
||||
\combine \null \vspace #0.5
|
||||
\verseE
|
||||
\combine \null \vspace #0.5
|
||||
\fill-line {
|
||||
\column {
|
||||
\verseB
|
||||
\combine \null \vspace #0.5
|
||||
\verseC
|
||||
}
|
||||
\column {
|
||||
\verseD
|
||||
\combine \null \vspace #0.5
|
||||
\verseE
|
||||
}
|
||||
\column {
|
||||
\verseF
|
||||
}
|
||||
}
|
||||
\column {
|
||||
\verseB
|
||||
\combine \null \vspace #0.5
|
||||
\verseD
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue