Status: Accepted
Owner: ----
Labels: Type-Enhancement Priority-Postponed

New issue 1520 by carl.d.s...@gmail.com: Shape notes in minor keys do not automatically take their shapes of the relative major
http://code.google.com/p/lilypond/issues/detail?id=1520

As reported by Robert Stoddard:

A longstanding bug remains unaddressed in 2.13.50. The following tiny example
shows that the shapes are wrong when the key is in minor; the workaround, as
shown, is to set the \key to the relative major.

\version "2.13.50"
myLyrics = \lyricmode { la so la mi fa so la la }
myMusic = \relative g' { a4 g a b | c d e a, }
\new Staff {
        \sacredHarpHeads
        \key a \minor
        \myMusic
        \bar "."
        \key c \major
        \myMusic
}
\addlyrics { \myLyrics \myLyrics }


Attachments:
        shape-note-minor.png  11.9 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to