MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / key-signature-left-edge.ly
blob9320f8688571907023de5cb47de8b66e94148e45
1 \header {
3 texidoc = "If the clef engraver is removed, the key signature shall use a
4 proper padding > 0 to the start of the staff lines."
8 \version "2.13.7"
10 m = \relative c' { \key f \major c8 }
12 % Default spacing should not be affected
13 \score {
14 \new Staff \m
17 % Key signature should not touch the left edge
18 \score {
19 \new Staff \with {
20 \remove "Clef_engraver"
21 } \m