From 2dbb14880a6352f36977eb5543f0b66b8115d605 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 26 Oct 2016 10:30:55 +0200 Subject: [PATCH] put todo into README.md --- README.md | 24 +++++++++++++++---- cheatsheet.ly | 0 lilydrum.ly | 0 lilydrum/embellishments.ily | 0 lilydrum/flourish_symbols/butterfly.eps | 0 lilydrum/flourish_symbols/st_andrews_crss.eps | 0 lilydrum/flourish_symbols/stop.eps | 0 lilydrum/flourishing.ily | 0 lilydrum/layout_tweaks.ily | 0 lilydrum/musical_functions.ily | 0 lilydrum/special_sticking.ily | 0 todo | 18 -------------- 12 files changed, 20 insertions(+), 22 deletions(-) mode change 100755 => 100644 README.md mode change 100755 => 100644 cheatsheet.ly mode change 100755 => 100644 lilydrum.ly mode change 100755 => 100644 lilydrum/embellishments.ily mode change 100755 => 100644 lilydrum/flourish_symbols/butterfly.eps mode change 100755 => 100644 lilydrum/flourish_symbols/st_andrews_crss.eps mode change 100755 => 100644 lilydrum/flourish_symbols/stop.eps mode change 100755 => 100644 lilydrum/flourishing.ily mode change 100755 => 100644 lilydrum/layout_tweaks.ily mode change 100755 => 100644 lilydrum/musical_functions.ily mode change 100755 => 100644 lilydrum/special_sticking.ily delete mode 100755 todo diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 370e0df..ced3e89 --- 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. 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. @@ -8,7 +8,23 @@ 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 +As the repo has been torn apart to separate these files from an actual music repo, you can find most of my music on [github](github.com/kastdeur/pipeband-music), there's even a ['master repo'](github.com/kastdeur/pipeband-drumming) which should set up most of the environment needed to compile this music (also pulling in [svenax's bagpipemusic](github.com/svenax/bagpipemusic)). -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 +##TODO + * ~~See if aliases work~~ `foo = { \bar }` + * show 8th and 16th beats in autobeaming, currently only 8ths: d32[[ g] d[ g]] d32[[ g] d[ g]] + * Macro for tutti's (unisons) + - on just one note + - with open ending + * Macro for "Part $m of $n" + * If 8/16/32/..th notes come before a flam, they have a flag instead of a beam (fixable by explicit beaming, but rather have a good autobeaming) + * A tuplet beginning with a flam has a strange tuplet beam (slanted) (fixable by putting the flam outside of the tuplet .. However the flam function doesnt work that way (yet)) + * It's customary to have 4 bars per line for portrait and 8 for landscape... (most of the time this can be accomplished by \break-ing every 8 measures and having enough notes in) + + * SIDE sticking + rimshot default + cross + + * FLOURISHING short long note above-note + ups \up arrow-up ( I don't like the arrow I scripted ) + scoop \scoop arrow-right-(diag-up then diag-down) [propably start on beginning of note and filter out the last one] + [further EUSPBA symbols](www.euspba.org/resource/music/EUSPBA_drums_tenorflourishing.pdf) diff --git a/cheatsheet.ly b/cheatsheet.ly old mode 100755 new mode 100644 diff --git a/lilydrum.ly b/lilydrum.ly old mode 100755 new mode 100644 diff --git a/lilydrum/embellishments.ily b/lilydrum/embellishments.ily old mode 100755 new mode 100644 diff --git a/lilydrum/flourish_symbols/butterfly.eps b/lilydrum/flourish_symbols/butterfly.eps old mode 100755 new mode 100644 diff --git a/lilydrum/flourish_symbols/st_andrews_crss.eps b/lilydrum/flourish_symbols/st_andrews_crss.eps old mode 100755 new mode 100644 diff --git a/lilydrum/flourish_symbols/stop.eps b/lilydrum/flourish_symbols/stop.eps old mode 100755 new mode 100644 diff --git a/lilydrum/flourishing.ily b/lilydrum/flourishing.ily old mode 100755 new mode 100644 diff --git a/lilydrum/layout_tweaks.ily b/lilydrum/layout_tweaks.ily old mode 100755 new mode 100644 diff --git a/lilydrum/musical_functions.ily b/lilydrum/musical_functions.ily old mode 100755 new mode 100644 diff --git a/lilydrum/special_sticking.ily b/lilydrum/special_sticking.ily old mode 100755 new mode 100644 diff --git a/todo b/todo deleted file mode 100755 index 952a021..0000000 --- a/todo +++ /dev/null @@ -1,18 +0,0 @@ -TODO - * See if aliases work - * show 8th and 16th beats in autobeaming, currently only 8ths: d32[[ g] d[ g]] d32[[ g] d[ g]] - * Macro for tutti's (unisons) - - on just one note - - with open ending - * Macro for "Part $m of $n" - * If 8/16/32/..th notes come before a flam, they have a flag instead of a beam (fixable by explicit beaming, but rather have a good autobeaming) - * A tuplet beginning with a flam has a strange tuplet beam (slanted) (fixable by putting the flam outside of the tuplet .. However the flam function doesnt work that way (yet)) - * It's customary to have 4 bars per line for portrait and 8 for landscape... - - * SIDE sticking - rimshot default + cross - - * FLOURISHING short long note above-note - ups \up arrow-up - scoop \scoop arrow-right-(diag-up then diag-down) [propably start on beginning of note and filter out the last one] - (further EUSPBA symbols)