]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-space.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / key-signature-space.ly
diff --git a/input/regression/key-signature-space.ly b/input/regression/key-signature-space.ly
new file mode 100644 (file)
index 0000000..28c113f
--- /dev/null
@@ -0,0 +1,19 @@
+\header {
+
+  texidoc = "Key signatures get the required amount of horizontal space."
+
+}
+\version "2.14.0"
+<<
+  \new Staff {
+    \voiceOne
+    \key f\minor
+    f'4 f' f' f'
+    \key b\major
+    e''8 e'' e''4 e''2
+  }
+  \new Staff {
+    R1 \bar "||"
+    R1
+  }
+>>