]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/key-signature-space.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / key-signature-space.ly
1 \header {
2
3   texidoc = "Key signatures get the required amount of horizontal space."
4
5 }
6 \version "2.14.0"
7 <<
8   \new Staff {
9     \voiceOne
10     \key f\minor
11     f'4 f' f' f'
12     \key b\major
13     e''8 e'' e''4 e''2
14   }
15   \new Staff {
16     R1 \bar "||"
17     R1
18   }
19 >>