X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fambitus-gap.ly;h=65848e4507f2af14fb47415dcab64dcd6c2c1182;hb=c16c8655784da3f7d1d20640ef0208a36bdeeaee;hp=6539ce85504f819aa225e38da1667d0ab59e6c46;hpb=b3f0c2f6c352a850f03dc44a947776199eb3fa0b;p=lilypond.git diff --git a/input/regression/ambitus-gap.ly b/input/regression/ambitus-gap.ly index 6539ce8550..65848e4507 100644 --- a/input/regression/ambitus-gap.ly +++ b/input/regression/ambitus-gap.ly @@ -1,8 +1,10 @@ -\version "2.13.4" +\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' } +>>