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

Template update + Lyrics Green Berets

This commit is contained in:
Eric Teunis de Boone 2016-11-07 09:27:20 +01:00
parent 39129866d8
commit f24876228f
17 changed files with 221 additions and 39 deletions

View file

@ -6,10 +6,15 @@
\score {
\new PipeBandDrumStaff {
\global
\bassglobal
\bassglobal
<<
{ }%Format
{ }
\new NullVoice = "format"
{
}%Format
\new DrumVoice {
}
>>
}
\header {

View file

@ -14,8 +14,12 @@
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
<<
{ }%Format
{ }%Music
\new NullVoice = "format" {
}%End of Format
\new DrumVoice = "side" {
}%End of side
>>
}
\new PipeBandDrumStaff = "tenor" {

View file

@ -16,17 +16,20 @@
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
\new Voice = "format"
{}%Format
\new NullVoice = "format" {
}%Format
\new Voice = "pipes"
{}%Pipes
\new Voice = "pipes" {
}%Pipes
>>
}
% \new Staff = "song" {
% \lyricsglobal
% \new Voice = "lyrics"
% {}
% \new Voice = "lyrics" {
%
% }
% }
% \new Lyrics = "verse1" {
% \lyricsglobal

View file

@ -9,13 +9,17 @@
\global
\lyricsglobal
<<
% \new Voice = "format"
% { }%Format
\new Voice = "tune"
{ }
% \new NullVoice = "format"{
%
% }%Format
\new Voice = "tune" {
}
\new Lyrics = "lyrics" {
\lyricsto "tune" {
}
}
>>
@ -26,12 +30,11 @@
instrument = \instrumentLyrics
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes ":" } } #} )
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes ":" } } #} )
}
\column \right-align {
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { } } #} )
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { } } #} )
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \instrumentPipes } } #} )
}
}

View file

@ -13,10 +13,12 @@
\set Staff.instrumentName = \markup{ \instrumentPipes }
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
\new Voice = "format"
{ }%Format
\new Voice = "pipes"
{ }%Pipes
\new NullVoice = "format" {
}%Format
\new Voice = "pipes" {
}%Pipes
>>
}
\new Staff = "seconds" {

View file

@ -8,8 +8,13 @@
\global
\pipeglobal
<<
{ }%Format
{ }
\new NullVoice = "format" {
}%Format
\new Voice = "pipes" {
}
>>
}
\header {

View file

@ -8,8 +8,13 @@
\global
\pipessecndglobal
<<
{ }%Format
{ }
\new NullVoice = "format" {
}%Format
\new Voice = "seconds" {
}
>>
}
\header {

View file

@ -8,8 +8,13 @@
\global
\pipesthrdglobal
<<
{ }%Format
{ }
\new NullVoice = "format" {
}%Format
\new Voice = "thirds" {
}
>>
}
\header {

View file

@ -6,10 +6,15 @@
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
\sideglobal
<<
{ }%Format
{ }
\new NullVoice = "format" {
}%Format
\new DrumVoice = "side" {
}
>>
}
\header {

View file

@ -8,8 +8,13 @@
\global
\tenorglobal
<<
{}%Format
{}
\new NullVoice = "format" {
}%Format
\new DrumVoice = "tenor" {
}
>>
}
\header {