From 0d959e720255cf1d7f7a9c487d6222aff142312a Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sun, 27 Nov 2016 18:23:40 +0100 Subject: [PATCH] Removed some standard definitions for text. They are part of my music not lilydrum --- lilydrum.ly | 1 - lilydrum/naming.ily | 31 ------------------------------- 2 files changed, 32 deletions(-) delete mode 100644 lilydrum/naming.ily diff --git a/lilydrum.ly b/lilydrum.ly index 9932310..d618326 100644 --- a/lilydrum.ly +++ b/lilydrum.ly @@ -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" diff --git a/lilydrum/naming.ily b/lilydrum/naming.ily deleted file mode 100644 index 988e72f..0000000 --- a/lilydrum/naming.ily +++ /dev/null @@ -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 = ""