bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sacred Harp is broken in minor keys


From: Graham Percival
Subject: Re: Sacred Harp is broken in minor keys
Date: Wed, 10 Jan 2007 16:05:46 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]