]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-padding.ly
Release: bump Welcome versions.
[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.19.7"
9
10 {
11   \override Staff.KeySignature.padding-pairs
12     = #'((("accidentals.flat" . "accidentals.sharp.slashslash.stemstemstem") . 0.5))
13     \set Staff.keyAlterations = #`((4 . ,FLAT) (6 . ,THREE-Q-SHARP) (2 . ,SEMI-FLAT))
14   e2
15 }