]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-placement-padding.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-placement-padding.ly
1 \version "2.17.6"
2
3 \header {
4   texidoc = "Accidental padding works for all accidentals, including
5 those modifying the same pitch."
6 }
7
8 \relative c' {
9   \override Staff.AccidentalPlacement.padding = #2
10   <ces cis>1
11   <ces des>1
12 }