1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/defs.ily
Eric Teunis de Boone d314f76966 New ./build script to compile score
Removed ./defs folder, left 'defs/naming.ily -> defs.ily' only

./build script uses commandline arguments of lilypond itself.
Possible to define external stylesheet in ./build script.
This might phase out ./makedrum
2018-01-28 15:51:37 +01:00

30 lines
770 B
Text

%{
Some definitions for text, used throughout the repo.
Not critical if missing. But there is complaining..
%}
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 = ""