]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-correction-accidentals.ly
Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / spacing-correction-accidentals.ly
1 \version "2.12.3"
2
3 \header {
4   texidoc = "If right hand stems have accidentals, optical spacing
5 correction is still applied, but only if the stem directions are
6 different."
7 }
8
9 \relative c' {
10   \time 2/4
11   c8 cis''
12   cis8 cis,,
13 }