]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3913: KeyCancellation grobs should ignore cue clefs like KeySignature grobs do
authorDavid Kastrup <dak@gnu.org>
Sat, 3 May 2014 08:38:18 +0000 (10:38 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 9 May 2014 19:48:03 +0000 (21:48 +0200)
commitf0e09b4eb0e403b1083d2612cd843df298b8d5dd
tree9b9a7726920a1a9ce8c180ece5303414c2a36adc
parent9257a01c00da955d8d7a9c0411af50a23c45c856
Issue 3913: KeyCancellation grobs should ignore cue clefs like KeySignature grobs do

For

{
  \key f \major R1 \cueClef bass \key g \major R1 \cueClefUnset
  R1 \cueClef alto \key bes \major R1
}

the cancellation signs for the key changes were erroneously placed in
reference to the current cue clef rather than the main clef while the
key signature itself was properly unimpressed.
lily/key-engraver.cc