mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 08:23:31 +01:00
32 lines
844 B
Text
32 lines
844 B
Text
|
% =================================================== %
|
||
|
% *Shorts* for Naming %
|
||
|
% =================================================== %
|
||
|
#(newline)
|
||
|
#(display "Short naming loaded")
|
||
|
|
||
|
instrumentSide = "Side"
|
||
|
instrumentTenor = "Tenor"
|
||
|
instrumentBass = "Bass"
|
||
|
instrumentLyrics = "Lyrics"
|
||
|
instrumentPipes = "Pipes"
|
||
|
instrumentPipessecnd = "Seconds"
|
||
|
instrumentPipesthrd = "Thirds"
|
||
|
instrumentSecnd = "Seconds"
|
||
|
instrumentThrd = "Thirds"
|
||
|
shortInstrumentLyrics = ""
|
||
|
shortInstrumentSide = "S.D."
|
||
|
shortInstrumentTenor = "T.D."
|
||
|
shortInstrumentBass = "B.D."
|
||
|
shortInstrumentPipes = "P."
|
||
|
shortInstrumentPipessecnd = "P2"
|
||
|
shortInstrumentPipesthrd = "P3"
|
||
|
shortInstrumentSecnd = "2nd"
|
||
|
shortInstrumentThrd = "3rd"
|
||
|
composerLyrics = ""
|
||
|
composerSide = ""
|
||
|
composerTenor = ""
|
||
|
composerBass = ""
|
||
|
composerPipes = ""
|
||
|
composerPipessecnd = ""
|
||
|
composerPipesthrd = ""
|