]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-correction-accidentals.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-correction-accidentals.ly
1 \version "2.19.21"
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 {
10   \time 2/4
11   c'8 cis''
12   cis8 cis,,
13 }