]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-correction-accidentals.ly
73e416092b21cd82ee19b12fce47275daf9d2cd4
[lilypond.git] / input / regression / spacing-correction-accidentals.ly
1 \version "2.13.1"
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 }