mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Added Miss Kirkwood, Amazing Grace + Added Lyrics templating
This commit is contained in:
parent
b439412be5
commit
ce15c4355e
22 changed files with 672 additions and 306 deletions
|
|
@ -3,7 +3,7 @@
|
|||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
\include "notes.pipes.seconds.ily"
|
||||
\include "notes.pipes.thirds.ily"
|
||||
%\include "notes.pipes.thirds.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
|
|
@ -13,7 +13,9 @@
|
|||
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new Voice = "format"
|
||||
{ }%Format
|
||||
\new Voice = "pipes"
|
||||
{ }%Pipes
|
||||
>>
|
||||
}
|
||||
|
|
@ -23,12 +25,12 @@
|
|||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
||||
|
||||
}
|
||||
\new Staff = "thirds" {
|
||||
\pipesthrdglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentPipes Thirds }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 3rd }
|
||||
|
||||
}
|
||||
% \new Staff = "thirds" {
|
||||
% \pipesthrdglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes Thirds }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 3rd }
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
|
|
@ -57,18 +59,18 @@
|
|||
|
||||
}
|
||||
\new Staff = "seconds" {
|
||||
\pipesecndglobal
|
||||
\pipessecndglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%% Seconds
|
||||
|
||||
}
|
||||
\new Staff = "thirds" {
|
||||
\pipesthrdglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%% Thirds
|
||||
|
||||
}
|
||||
}
|
||||
% \new Staff = "thirds" {
|
||||
% \pipesthrdglobal
|
||||
% \set Staff.midiInstrument = #"bagpipe"
|
||||
% %% Thirds
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue