]> git.donarmstrong.com Git - lilypond.git/commit
make sure that AmbitusLine is visible for small ambits
authorJanek Warchol <lemniskata.bernoullego@gmail.com>
Sun, 12 Jun 2011 22:34:45 +0000 (00:34 +0200)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Fri, 6 Sep 2013 07:51:54 +0000 (09:51 +0200)
commit1883fef6da1f91b1985ac296f0eb5bc9aee613ec
treedf3e9df097ec73b251adb70272aaa7d1e5f002db
parentc7320b8c6dd5ef813602526c340a3e30c2cc91f7
make sure that AmbitusLine is visible for small ambits

Until now, the gap between ambitus heads and ambitus line
was constant, so either the gap had to be very small or
the line wasn't visible in case of smaller ambits (like
4th or 5th). With this patch ambitus gap will be calculated
dynamically, depending on the distance between ambitus heads.

Also, the default gap for bigger ambits is changed so that
ambitus line will end precisely in the staffline or in the
middle of staffspace.
input/regression/ambitus-gap.ly
scm/define-grob-interfaces.scm
scm/define-grob-properties.scm
scm/define-grobs.scm
scm/output-lib.scm