-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework dulcimer versions to omit tabs for tunes not in 'D'
The dulcimer tabs correctly represented all the melodies, but playing tunes in keys other then 'D' would be unsatisfactory because the drone strings would be out of tune. There's no easy fix for this. Pro-tem, this fix removes the tabs from the existing Dulcimer tunebook (just leaving the cords), and creates a new version with both chords and tabs but just for tunes in 'D'. To do this, sorter.py was enhanced with the ability to filter tunes based on the K: header.
- Loading branch information
Jon Warbrick
committed
Aug 29, 2019
1 parent
6f78d95
commit ca97246
Showing
6 changed files
with
52 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
%%vskip 1.5cm | ||
%%textfont * 36 | ||
%%center Tunebook ABC - Dulcimer CheatSheet | ||
%%center Tunebook ABC - DAD Mountain Dulcimer CheatSheet | ||
%%vskip 27 | ||
|
||
%%textfont * 18 | ||
%%vskip 5 | ||
%%begintext justify | ||
%%This rendering of the tunebook is a 'CheatSheet' that shows | ||
%%the first couple of bars of each tune along with Dulcimer tabs | ||
%%the first couple of bars of the tunes in the key of 'D' along with Dulcimer tabs | ||
%%to make it easier to find or remember how to play a particular tune. | ||
%%endtext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
%%vskip 1.5cm | ||
%%textfont * 36 | ||
%%center Tunebook ABC - DAD Mountain Dulcimer | ||
%%center Tunebook ABC - DAD Mountain Dulcimer Chords | ||
%%vskip 27 | ||
|
||
%%textfont * 18 | ||
%%vskip 5 | ||
%%begintext justify | ||
%%This rendering of the tunebook includes example chord diagrams and simple | ||
%%melody tabs for DAD-tuned Mountain Dulcimers. The chords assume an instrument | ||
%%This rendering of the tunebook includes example chord diagrams | ||
%%for DAD-tuned Mountain Dulcimers. The chords assume an instrument | ||
%%without a "1 1/2" fret (there are otherwise better fingerings for "C"). | ||
%%endtext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
%%vskip 1.5cm | ||
%%textfont * 36 | ||
%%center Tunebook ABC - DAD Mountain Dulcimer TABs | ||
%%vskip 27 | ||
|
||
%%textfont * 18 | ||
%%vskip 5 | ||
%%begintext justify | ||
%%This rendering of the tunebook includes example chord diagrams and simple | ||
%%melody tabs for DAD-tuned Mountain Dulcimers for all the tunes in the | ||
%%key of 'D' (tunes in other keys would need retuning or clever capo tricks). | ||
%%The chords assume an instrument | ||
%%without a "1 1/2" fret (there are otherwise better fingerings for "C"). | ||
%%endtext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters