]> git.donarmstrong.com Git - lilypond.git/commit
Fix #733.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 21 Apr 2009 21:41:16 +0000 (22:41 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 21 Apr 2009 21:41:16 +0000 (22:41 +0100)
commitd8b3b61b1a74121b65088747b7be2222235c1db3
tree402cd0599f751444c36beb81977a9c3fa2d040c0
parent557fde71edeabde3b99cefe9f937fa0df3f3e2d1
Fix #733.

- when testing whether a pitch matches the key signature, try using
keySignature if no match is found in localKeySignature

- move check_pitch_against_signature () and related code to SCM,
passing context instead of localKeySignature

- remove ly:find-accidentals-simple
input/regression/key-signature-scordatura-persist.ly [new file with mode: 0644]
lily/accidental-engraver.cc
scm/music-functions.scm