Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / completion-heads-tie.ly
blob8bd6028aa156983c68ef2606802b157fd6589698
1 \header {
3 texidoc = "Completion heads will remember ties, so they are started
4 on the last note of the split note."
8 \version "2.12.0"
10 \paper{ ragged-right=##t }
12 \new Staff \new Voice \with {
13 \remove "Note_heads_engraver"
14 \consists "Completion_heads_engraver"
15 } {
16 \relative c'' { r2 d1 ~ d1 d2 }