diff options
author | Carl Sorensen <c_sorensen@byu.edu> | 2010-04-05 22:42:54 -0600 |
---|---|---|
committer | Carl Sorensen <c_sorensen@byu.edu> | 2010-04-24 12:32:23 -0600 |
commit | 6aa85858a5a60256a77dd16e7be44192b523a8f2 (patch) | |
tree | 38699af2cc4e845ce4ce2f1329e93fdb87677d18 /ly/property-init.ly | |
parent | 33c22be29e38987926847629352d0c86ca1bea42 (diff) |
Add improved shape note support
Add Christian Harmony, Sacred Harp, and Southern Harmony styles
Add variable-thickness open note shapes to the shape note font
Change the starting character value for the Feta font to accomodate
the extra characters.
Add new commands to base shape note scale degrees on the relative
major.
Modify buildscripts for emmentaler font.
Add regression tests for various note styles.
Update docs to reflect new settings.
Update changes.tely.
Move noteheads to separate sub-font to allow space for shape note heads
Diffstat (limited to 'ly/property-init.ly')
-rw-r--r-- | ly/property-init.ly | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ly/property-init.ly b/ly/property-init.ly index 4238dd14e0..0b1f2a2ea7 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -342,8 +342,15 @@ predefinedFretboardsOn = %% shape note heads -aikenHeads = \set shapeNoteStyles = #'#(do re mi fa sol la ti) +aikenHeads = \set shapeNoteStyles = #'#(do re miMirror fa sol la ti) +aikenHeadsMinor = \set shapeNoteStyles = #'#(la ti do re miMirror fa sol) sacredHarpHeads = \set shapeNoteStyles = #'#(fa sol la fa sol la mi) +sacredHarpHeadsMinor = \set shapeNoteStyles = #'#(la mi fa sol la fa sol) +southernHarmonyHeads = + \set shapeNoteStyles = #'#(faThin sol laThin faThin sol laThin miThin) +southernHarmonyHeadsMinor = + \set shapeNoteStyles = #'#(laThin miThin faThin sol laThin faThin sol) + %% shifts |