]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-gap.ly
resolve merge
[lilypond.git] / input / regression / ambitus-gap.ly
diff --git a/input/regression/ambitus-gap.ly b/input/regression/ambitus-gap.ly
new file mode 100644 (file)
index 0000000..339939e
--- /dev/null
@@ -0,0 +1,20 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "The gaps between an @code{AmbitusLine} and its
+note heads are set by the @code{gap} property."
+}
+
+\layout {
+  \context {
+    \Voice
+    \consists "Ambitus_engraver"
+  }
+}
+
+\new Staff {
+  \time 2/4
+  \override AmbitusLine #'gap = #1
+  c'4 g''
+}
+