]> git.donarmstrong.com Git - lilypond.git/commit
Issue 461: LilyPond should accept a tie between notes which are enharmonically identical
authorDavid Kastrup <dak@gnu.org>
Sat, 18 Oct 2014 11:53:50 +0000 (13:53 +0200)
committerDavid Kastrup <dak@gnu.org>
Mon, 3 Nov 2014 08:42:08 +0000 (09:42 +0100)
commit8e68e07fb060daf5e87ffbb51f081e720e42583c
treef89808a24a3fd12dd7e556de2fd5bfec4ba3c643
parent40b0982cb4f00317c3d50c7f1d4e26fde912f3cd
Issue 461: LilyPond should accept a tie between notes which are enharmonically identical

This patch connects the respective notes in Tie_engraver and
Tie_performer as a fallback after exhausting regular tie associations.
It also keeps the accidental engraver from applying its special rules
for tied notes that don't have exactly matching pitches.

No attempt is made to adjust the visuals of the ties: they will remain
horizontal, focused on the left note head.
input/regression/tie-enharmonic.ly [new file with mode: 0644]
lily/accidental-engraver.cc
lily/tie-engraver.cc
lily/tie-performer.cc