I've added this as
http://code.google.com/p/lilypond/issues/detail?id=232
but I suspect it may be quite tricky to implement. I think that a
better short-term solution is to define
\minorKey
which sets up the correct noteheads for minor. You can use this same
definition for many pieces; see 4.3 Style sheets. (I think that's the
right number)
Cheers,
- Graham
Ted Walther wrote:
When the current key is a minor key, the shapeNoteStyles are set wrong.
I don't know how to fix this, but it would be nice if the
\sacredHarpHeads had some knowledge of the current key.
shapeNoteStyles is already set correctly for the major keys.
%major
%sacredHarpHeads = \set shapeNoteStyles = ##(fa #f la fa #f la mi)
%minor
%sacredHarpHeads = \set shapeNoteStyles = ##(la mi fa #f la fa #f)
Ted
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond