mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-12 22:53:30 +01:00
31 lines
844 B
Text
31 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 = ""
|