X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus-gap.ly;h=65848e4507f2af14fb47415dcab64dcd6c2c1182;hb=3ca81140f81875a399777cfffe14cdd32c74f7c8;hp=339939ec1ad3e5000b5df3cf2ee89a5c956e8ff0;hpb=2055f35c47a045a50a01ff4dba8524322cfc3b48;p=lilypond.git diff --git a/input/regression/ambitus-gap.ly b/input/regression/ambitus-gap.ly index 339939ec1a..65848e4507 100644 --- a/input/regression/ambitus-gap.ly +++ b/input/regression/ambitus-gap.ly @@ -1,8 +1,10 @@ -\version "2.14.0" +\version "2.17.6" \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 { @@ -14,7 +16,13 @@ note heads are set by the @code{gap} property." \new Staff { \time 2/4 - \override AmbitusLine #'gap = #1 + \override AmbitusLine.gap = #1 c'4 g'' } +\new Staff << + \time 2/4 + { d'' g'' } + \\ + { c' g' } +>>