2018-01-28 15:51:37 +01:00
|
|
|
%{
|
|
|
|
Some definitions for text, used throughout the repo.
|
2016-11-27 23:37:11 +01:00
|
|
|
|
2018-01-28 15:51:37 +01:00
|
|
|
Not critical if missing. But there is complaining..
|
|
|
|
%}
|
2019-01-21 02:07:22 +01:00
|
|
|
% instrumentName
|
2016-11-27 23:37:11 +01:00
|
|
|
instrumentSide = "Side"
|
|
|
|
instrumentTenor = "Tenor"
|
|
|
|
instrumentBass = "Bass"
|
|
|
|
instrumentLyrics = "Lyrics"
|
|
|
|
instrumentPipes = "Pipes"
|
2019-01-21 02:07:22 +01:00
|
|
|
instrumentPipesSecnd = "Seconds"
|
|
|
|
instrumentPipessecnd = \instrumentPipesSecnd %TODO: Remove Me
|
|
|
|
instrumentPipesThrd = "Thirds"
|
|
|
|
instrumentPipesthrd = \instrumentPipesThrd %TODO: Remove Me
|
2016-11-27 23:37:11 +01:00
|
|
|
instrumentSecnd = "Seconds"
|
|
|
|
instrumentThrd = "Thirds"
|
2019-01-21 02:07:22 +01:00
|
|
|
|
|
|
|
% shortInstrumentName
|
2016-11-27 23:37:11 +01:00
|
|
|
shortInstrumentLyrics = ""
|
|
|
|
shortInstrumentSide = "S.D."
|
|
|
|
shortInstrumentTenor = "T.D."
|
|
|
|
shortInstrumentBass = "B.D."
|
|
|
|
shortInstrumentPipes = "P."
|
2019-01-21 02:07:22 +01:00
|
|
|
shortInstrumentPipesSecnd = "P.2"
|
|
|
|
shortInstrumentPipessecnd = \shortInstrumentPipesSecnd %TODO: Remove Me
|
|
|
|
shortInstrumentPipesThrd = "P.3"
|
|
|
|
shortInstrumentPipesthrd = \shortInstrumentPipesThrd %TODO: Remove Me
|
2016-11-27 23:37:11 +01:00
|
|
|
shortInstrumentSecnd = "2nd"
|
|
|
|
shortInstrumentThrd = "3rd"
|
2019-01-21 02:07:22 +01:00
|
|
|
|
|
|
|
% composer
|
2016-11-27 23:37:11 +01:00
|
|
|
composerLyrics = ""
|
|
|
|
composerSide = ""
|
|
|
|
composerTenor = ""
|
|
|
|
composerBass = ""
|
|
|
|
composerPipes = ""
|
2019-01-21 02:07:22 +01:00
|
|
|
composerPipesSecnd = ""
|
|
|
|
composerPipessecnd = \composerPipesSecnd %TODO: Remove Me
|
|
|
|
composerPipesThrd = ""
|
|
|
|
composerPipesthrd = \composerPipesThrd %TODO: Remove Me
|
|
|
|
|
|
|
|
% arranger
|
|
|
|
arrangerLyrics = ""
|
|
|
|
arrangerSide = ""
|
|
|
|
arrangerTenor = ""
|
|
|
|
arrangerBass = ""
|
|
|
|
arrangerPipes = ""
|
|
|
|
arrangerPipesSecnd = ""
|
|
|
|
arrangerPipessecnd = \arrangerPipesSecnd %TODO: Remove Me
|
|
|
|
arrangerPipesThrd = ""
|
|
|
|
arrangerPipesthrd = \arrangerPipesThrd %TODO: Remove Me
|