]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ambitus-gap.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / ambitus-gap.ly
index 106b956eb93059e4c623b65f554bc3b5d2a6fe50..65848e4507f2af14fb47415dcab64dcd6c2c1182 100644 (file)
@@ -2,7 +2,9 @@
 
 \header {
   texidoc = "The gaps between an @code{AmbitusLine} and its
-note heads are set by the @code{gap} property."
+note heads are set by the @code{gap} property. By default,
+@code{gap} is a function that reduces the gap for small intervals
+(e.g. a fourth), so that the line remains visible."
 }
 
 \layout {
@@ -18,3 +20,9 @@ note heads are set by the @code{gap} property."
   c'4 g''
 }
 
+\new Staff <<
+  \time 2/4
+  { d'' g'' }
+  \\
+  { c' g' }
+>>