mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Updated/Fixed 2/4 Marches and 3/4 Marches (+ template)
This commit is contained in:
parent
a63a7cdc6c
commit
27b5a9f0c8
52 changed files with 648 additions and 433 deletions
|
@ -9,13 +9,19 @@
|
|||
\include "./notes.side.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\layout {
|
||||
indent = 5.0
|
||||
short-indent = 2.0
|
||||
}
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\new Staff \with {
|
||||
instrumentName = \markup{ \instrumentPipes }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \line } \break
|
||||
|
@ -37,10 +43,11 @@
|
|||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup { \instrumentSide }
|
||||
shortInstrumentName = \markup { \shortInstrumentSide }
|
||||
} {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\snareAA
|
||||
\snareAB
|
||||
|
@ -67,14 +74,14 @@
|
|||
\column \right-align {
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||
%$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||
%$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
%$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
%$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,14 +11,21 @@
|
|||
\include "./notes.lyrics.ily"
|
||||
|
||||
|
||||
\layout {
|
||||
indent = 7.0
|
||||
short-indent = 5.0
|
||||
}
|
||||
|
||||
#(set-default-paper-size "a4" 'portrait)
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\new Staff \with {
|
||||
instrumentName = \markup{ \instrumentPipes }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \line } \break
|
||||
|
@ -40,7 +47,7 @@
|
|||
}%Pipes
|
||||
\new NullVoice = "tune" {
|
||||
\lyricstuneA
|
||||
|
||||
|
||||
\lyricstuneBA
|
||||
\lyricstuneBBA
|
||||
\lyricstuneBBB
|
||||
|
@ -50,11 +57,11 @@
|
|||
\new Lyrics = "lyrics1" {
|
||||
\lyricsto "tune" {
|
||||
\verseAA
|
||||
|
||||
|
||||
\verseBAA
|
||||
\verseBAB
|
||||
\verseBBB
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
\new Lyrics = "lyrics-voltad2" {
|
||||
|
@ -63,11 +70,11 @@
|
|||
\verseBBA
|
||||
}
|
||||
}
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup { \instrumentSide }
|
||||
shortInstrumentName = \markup { \shortInstrumentSide }
|
||||
} {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\snareAA
|
||||
\snareAB
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
\bar "|."
|
||||
}
|
||||
{
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
\pipesBA
|
||||
|
@ -36,3 +36,23 @@
|
|||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA \pipesA
|
||||
|
||||
\pipesB \pipesBA
|
||||
\pipesB \pipesBB
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue