]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4883 Implement public definition of bar-line::draw-filled-box
authorThomas Morley <thomasmorley65@gmail.com>
Sun, 5 Jun 2016 15:19:57 +0000 (17:19 +0200)
committerThomas Morley <thomasmorley65@gmail.com>
Sun, 19 Jun 2016 08:25:09 +0000 (10:25 +0200)
commit893eca274995ace99dc5ed46b2d0711cd1cb0ab0
tree59c2f018edc6d37fe371d523dce09f76661628fc
parentdcf8c371da140f17f6c5c004502a28c185e6895c
Issue 4883 Implement public definition of bar-line::draw-filled-box

bar-line::draw-filled-box calls the hereby renamed procedure
bar-line::calc-blot to determine the blot diameter.
It will be used in:
  make-simple-bar-line
  make-thick-bar-line
  make-tick-bar-line
This simplifies user-customized bar-lines, which are build with
ly:round-filled-box.
No need to copy/paste the blot-calculating procedure anymore.
scm/bar-line.scm