]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-padding.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / key-signature-padding.ly
1 \header {
2
3   texidoc = "With the @code{padding-pairs} property, distances
4  between individual key signature items can be adjusted."
5
6 }
7
8 \version "2.14.0"
9
10 {
11   \override Staff.KeySignature #'padding-pairs
12     = #'((("accidentals.flat" . "accidentals.sharp.slashslash.stemstemstem") . 0.5))
13     \set Staff.keySignature = #`((4 . ,FLAT) (6 . ,THREE-Q-SHARP) (2 . ,SEMI-FLAT))
14   e2
15 }