mirror of
https://github.com/kastdeur/lilydrum.git
synced 2024-12-22 09:13:33 +01:00
Removed some standard definitions for text.
They are part of my music not lilydrum
This commit is contained in:
parent
24caca1626
commit
0d959e7202
2 changed files with 0 additions and 32 deletions
|
@ -28,7 +28,6 @@
|
|||
#(ly:set-option 'relative-includes #t)
|
||||
|
||||
\include "lilydrum/layout_tweaks.ily"
|
||||
\include "lilydrum/naming.ily"
|
||||
\include "lilydrum/musical_functions.ily"
|
||||
\include "lilydrum/embellishments.ily"
|
||||
\include "lilydrum/flourishing.ily"
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
% =================================================== %
|
||||
% *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 = ""
|
Loading…
Reference in a new issue