diff --git a/README.md b/README.md index 370e0df..4ca3002 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # pipeband-drumming -First trial with github, purpose is to set up a lilypond file in the same way as there is a bagpipe.ly (see github.com/svenax/bagpipemusic). Main focus is on pipeband snare drumming. Note that it would be best if they are compatible to create fullscores (see fullscore/ folder for first set up of Black Bear) +First trial with github, purpose is to set up a lilypond file in the same way as there is a bagpipe.ly (see github.com/svenax/bagpipemusic). Main focus is on pipeband snare drumming. Note that it would be best if they are compatible to create fullscores Somehow, the drums part in lilypond does not cover a notation with only right left. That is right is above the line and left is below it. In the same manner as the bagpipe.ly file, flams and drags are defined as a shortcut. @@ -7,8 +7,3 @@ There has been a lilypond include file earlier made by Simon Froger (which inclu This is meant to extend or translate some parts. The original file can still be found at http://lsr.di.unimi.it/LSR/Snippet?id=970 - - -Currently, the most advanced scores are for Lady MacKenzie of Fairburn in strathspeys/lady_mackenzie_of_fairburn/*.ly -These scores are used for most of the layout. -The scores include a side, tenor, bass, pipes, fullscore for drums and a regular fullscore. \ No newline at end of file diff --git a/lilydrum.ly b/lilydrum.ly index 63b6db2..d4a89c2 100755 --- a/lilydrum.ly +++ b/lilydrum.ly @@ -28,6 +28,7 @@ #(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 new file mode 100644 index 0000000..ec37dc1 --- /dev/null +++ b/lilydrum/naming.ily @@ -0,0 +1,24 @@ +% =================================================== % +% *Shorts* for Naming % +% =================================================== % +#(newline) +#(display "Short naming loaded") + +instrumentSide = "Side" +instrumentTenor = "Tenor" +instrumentBass = "Bass" +instrumentPipes = "Pipes" +instrumentPipessecnd = "Seconds" +instrumentPipesthrd = "Thirds" +shortInstrumentSide = "S.D." +shortInstrumentTenor = "T.D." +shortInstrumentBass = "B.D." +shortInstrumentPipes = "P." +shortInstrumentPipessecnd = "P.2" +shortInstrumentPipesthrd = "P.3" +composerSide = "" +composerTenor = "" +composerBass = "" +composerPipes = "" +composerPipessecnd = "" +composerPipesthrd = ""