mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Added some airs with lyrics, and updated templates accordingly
This commit is contained in:
parent
743099ea26
commit
39129866d8
59 changed files with 1544 additions and 693 deletions
|
@ -23,16 +23,21 @@
|
|||
{}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics"
|
||||
% {}
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "pipes" {
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
|
|
|
@ -9,12 +9,12 @@
|
|||
\global
|
||||
\lyricsglobal
|
||||
<<
|
||||
\new Voice = "format"
|
||||
{ }%Format
|
||||
% \new Voice = "tune"
|
||||
% { }
|
||||
% \new Voice = "format"
|
||||
% { }%Format
|
||||
\new Voice = "tune"
|
||||
{ }
|
||||
\new Lyrics = "lyrics" {
|
||||
\lyricsto "format" {
|
||||
\lyricsto "tune" {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -26,12 +26,13 @@
|
|||
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 ":" } } #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { } } #} )
|
||||
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \instrumentPipes } } #} )
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -46,4 +47,3 @@
|
|||
% }
|
||||
% }
|
||||
%}
|
||||
|
||||
|
|
|
@ -21,14 +21,14 @@
|
|||
}
|
||||
\new Staff = "seconds" {
|
||||
\pipessecndglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
||||
\set Staff.instrumentName = \markup{ \instrumentSecnd }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd}
|
||||
|
||||
}
|
||||
% \new Staff = "thirds" {
|
||||
% \pipesthrdglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes Thirds }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 3rd }
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentThrd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentThrd }
|
||||
%
|
||||
% }
|
||||
>>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes \instrumentSecnd
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
|||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes \instrumentSecnd
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipesthrd
|
||||
instrument = \instrumentThrd
|
||||
composer = \composerPipesthrd
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
|||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipesthrd
|
||||
instrument = \instrumentThrd
|
||||
composer = \composerPipesthrd
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue