bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1520 in lilypond: Shape notes in minor keys do not automatically t


From: lilypond
Subject: Issue 1520 in lilypond: Shape notes in minor keys do not automatically take their shapes of the relative major
Date: Sat, 19 Feb 2011 15:49:59 +0000

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

New issue 1520 by address@hidden: 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




reply via email to

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