1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

Updated/Fixed 2/4 Marches and 3/4 Marches (+ template)

This commit is contained in:
Eric Teunis de Boone 2019-01-21 02:07:22 +01:00
parent a63a7cdc6c
commit 27b5a9f0c8
52 changed files with 648 additions and 433 deletions

View file

@ -7,9 +7,14 @@
\include "./notes.pipes.seconds.ily"
%\include "./notes.pipes.thirds.ily"
\layout {
indent = 8.0
short-indent = 2.0
}
\score {
\new StaffGroup <<
\new Staff = "pipes" \with{
\new Staff = "pipes" \with {
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
@ -25,15 +30,15 @@
>>
}
\new Staff = "seconds" \with {
instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd}
instrumentName = \markup{ \instrumentPipesSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
} {
\pipessecndglobal
}
%{ \new Staff = "thirds" \with {
instrumentName = \markup{ \instrumentPipes \instrumentThrd }
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentThrd}
instrumentName = \markup{ \instrumentPipesThrd }
shortInstrumentName = \markup{ \shortInstrumentPipeTthrd }
} {
\pipesthrdglobal
@ -60,24 +65,33 @@
\score {
\new StaffGroup <<
\global
\new Staff = "pipes" {
\new Staff = "pipes" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\new Staff = "seconds" {
\new Staff = "seconds" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipesSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
} {
\pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%% Seconds
}
% \new Staff = "thirds" {
% \pipesthrdglobal
% \set Staff.midiInstrument = #"bagpipe"
% %% Thirds
%
% }
%{ \new Staff = "thirds" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipesThrd }
shortInstrumentName = \markup{ \shortInstrumentPipeThrd }
} {
\pipesthrdglobal
%% Thirds
%} }
>>
\midi { \confTempo }
\header {

View file

@ -11,11 +11,11 @@
\pipeglobal
<<
\new NullVoice = "format" {
}%Format
\new Voice = "pipes" {
}
>>
}
@ -31,6 +31,7 @@
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
\header {

View file

@ -11,11 +11,11 @@
\pipesthrdglobal
<<
\new NullVoice = "format" {
}%Format
\new Voice = "thirds" {
}
>>
}
@ -28,7 +28,7 @@
}
}
\score {
\new Staff { \global \pipethrdglobal
\new Staff { \global \pipesthrdglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}